function homePop(){

var PopUpTotalWidth = 700;
var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;
var PopUpTotalHeight = 247;
var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;

	window.open('home_pop.html','home','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=700,height=247,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');
}


function joinPop(){

var PopUpTotalWidth = 264;
var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;
var PopUpTotalHeight = 300;
var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;

	window.open('join.html','join','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=264,height=300,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');
}


function mixtapePop(){

var PopUpTotalWidth = 264;
var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;
var PopUpTotalHeight = 200;
var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;

	window.open('mixtape.html','mixtape','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=264,height=200,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');
}

function joinPop(){

var PopUpTotalWidth = 261;
var LeftPixel1 = ((screen.availWidth) - PopUpTotalWidth) / 2;
var PopUpTotalHeight = 298;
var TopPixel = ((screen.availHeight) - PopUpTotalHeight) / 2;

	window.open('joinpop.html','join','top='+TopPixel+',screeny='+TopPixel+',left='+LeftPixel1+',screenx='+LeftPixel1+',width=261,height=298,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');
}



// Done -->