function DoGirlPop() { 

	myleft=(screen.width)?(screen.width - 650)/2:100;
	mytop=(screen.height)?(screen.height - 600)/2:100;
	
	popUp = window.open('/GOTW/WingHouseGirlOfTheWeek.asp', 'GirlOfTheWeek', 'width=650,height=600,top=' + mytop + ',left=' + myleft + ',scrollbars=yes,toolbars=no,menubars=no,location=no');

	if (popUp) {
		popUp.focus();	
		}
		else
		{
		alert("We have tried to open a pop-up window, but it appears to have been blocked!\nIf you have pop-up blocking software activated on your computer, please turn it off.\nYou might also try holding down the CTRL key and clicking the link again.");
		}
	}	



function funcPopCalendar()
	{
/*
	myleft=(screen.width)?(screen.width - 400)/2:100;
	mytop=(screen.height)?(screen.height - 620)/2:100;	
	
	popUp = window.open('/CalendarPop', 'bynuta','top=' + mytop + ',left=' + myleft + ',width=400,height=620,scrollbars=no,toolbars=no,menubars=no,location=no,status=no') ;

	if (popUp) {	popUp.focus() ;	}
	}

*/

}
