 function mapPopUp(num)
 {
  	mywindow = window.open("map.php?pop="+num,"mywindow","toolbars=0,location=0,status=1,scrollbars=0,width=520,height=660, menubar=0");
 } 

function embedCodePopUp(cw)
 { 	
  	var winl = (screen.width-400)/2;
    var wint = (screen.height-200)/2;
    mywindow = window.open("../admin/embedCode.php?cw="+cw,"mywindow","toolbars=0,location=0,status=0,scrollbars=0,width=440,height=200,top="+wint+",left="+winl+", menubar=0");
    mywindow.move(winl,wint);
    
 } 
