function photo_open(link, width, height)
{
var photoWindow = window.open(link,"photo",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
}
function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=350,left = 112,top = 184');");
}
function popUpASF(url) {
	asf = window.open(url, "asf", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=600");
}
function openAfterDays() {
	afterdays = window.open("http://opi8.com/sequence/afterdays/start.html", "afterdays", "statusbar=no,menubar=no,scrollbars=no,height=600,width=700,toolbar=no");
	afterdays.focus();
}

