function addemlsub(text) { 
    var email_name="info";           
    var email_host="musictogomobiledj.com";
	var email_addr=email_name+"@"+email_host;
    var email_addr_sub=email_name+"@"+email_host+"?subject="+text;
	
    document.write("<a href=\"mailto:"+email_addr_sub+"\">"+email_addr+"</a>"); 
}

//open image in new window - size of image - with Music To Go Title - in photos directory
function OpenWindow(iName,win,w,h)
{
infowin=window.open("blank.html",win,"width="+w+",height="+h+"");
infowin.document.write("<html><head><title>Music To Go Mobile DJ</title></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><img src=\"photos/"+iName+".jpg\"></body></html>");
infowin.document.close();
}

//open image in new window - size of image - with Custom Title - in images directory
function OpenWin(iName,win,title,w,h)
{
infowin=window.open("blank.html",win,"width="+w+",height="+h+"");
infowin.document.write("<html><head><title>"+title+"</title></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><img src=\"images/"+iName+".jpg\"></body></html>");
infowin.document.close();
}

function signUp(html, wname) {
    window.open(html+".html",wname,"status,height=425,width=475")    
}

function allen(html, wname) {
    window.open(html+".html",wname,"status,height=715,width=680")
}

function dj(html, wname) {
    window.open(html+".html",wname,"status,height=600,width=475")    
}
