function openAsst(which) {
	
	strURL = "/andrea/andrea.asp?" + which
	remote = window.open(strURL,'asstWin','width=518,height=554,toolbar=yes')
//554
		if (remote.opener == null) remote.opener = window; 
remote.opener.name = "opener";

		
}



function openAsst2(which) {
	
		strURL = which
		remote = window.open(strURL,'asstWin','width=518,height=554,toolbar=yes')
//554
		if (remote.opener == null) remote.opener = window; 
remote.opener.name = "opener";

		
}
function openPers() {

	top.location.href = "/personalization/index.asp"

}

function pissOn(intNum) {

	switch (intNum) {
		case "1" :
			top.location.href = "/amore/index.asp"
			break;
		case "2" :
			top.location.href = "/cocktail/index.asp"
			break;
		case "3" :
			top.location.href = "/getaways/index.asp"
			break;
		case "4" :
			top.location.href = "/business/index.asp"
			break;
		case "5" :
			top.location.href = "/gallery/index.asp"
			break;
		case "6" :
			top.location.href = "/scrapbook/index.asp"
			break;
		case "7" :
			top.location.href = "atrium.asp"
			break;
		}

}