function popUpBig(URL) {
   day = new Date();
   id = day.getTime();
   eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=700,height=570,left = 200,top = 300');");
}

function popUp(URL) {
   day = new Date();
   id = day.getTime();
   eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=350,left = 200,top = 300');");
}

function popUpSmall(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=1,width=268,height=220,left = 330,top = 286');");
}

function popUpShowtimes(){
window.open("../showtimes/","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=647, height=346, left=20,top=20, bottom=10, right =10")
}

if ( linkWind == null ){
  var linkWind
}
function extLink(url){
	if ( linkWind == null || linkWind.closed ){
		linkWind = window.open(url,"linkWindow")
	} else {
		linkWind.location = url
	}
		linkWind.focus()
}

function bleepBook(){
   var link= new Array(3);
   link[0]="http://www.serenityhealth.com/whatthebleep_products.html";
   link[1]="http://www.beyondword.com/";
   link[2]="http://www.newrenbooks.com/books/bleep1.html";
   pick=Math.round(Math.random()*2);
   buyWind = window.open(link[pick],"buy")
}

