function opensincityp(){ 
	var sincityPwin=dhtmlwindow.open("sincityPartybox", "iframe", "http://live.amsterdamlivexxx.com/index.cfm?partyplayer&companyid=46109&upsalesiteid=0045", "Sin City Party Videos", "width=798px,height=600px,resize=1,scrolling=0,center=0", "recal")
	sincityPwin.onclose=function(){ 		
	sincityPwin.load('iframe', '/windowfiles/closedwin.html', 'Closed Win100');
		return true;

	}
}

function opensincityflix(){ 
	var sincityflixwin=dhtmlwindow.open("sincityflixbox", "iframe", "http://movies.amsterdamlivexxx.com/index.cfm?movies&companyid=46109&upsalesiteid=0093", "Sin City Flix", "width=820px,height=670px,resize=1,scrolling=0,center=0", "recal")
	sincityflixwin.onclose=function(){ 		
	sincityflixwin.load('iframe', '/windowfiles/closedwin.html', 'Closed Win200');
		return true;

	}
}

function gotosite(site){

if (site != ""){

myWindow=window.open(site,"newWindow","menubar=1,toolbar=1,scrollbar=1,resizable=1, width=800, height=600");
myWindow.focus();

}

}

