function end()
{
 window.close();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function view(star,movie) { //v2.0
		window.open("movies/" + star + "/" + movie + "/preview.html","PREVIEW","width=520,height=440,menubar=0,scrollbars=yes,resizable=no,toolbar=0,status=0,border=0");
}

function preview(star,numb) { //v2.0
		window.open("thumbs/"+star+"/sample/0"+numb+".jpg","PREVIEW","width=470,height=360,menubar=0,scrollbars=no,resizable=no,toolbar=0,status=0");
}

function view_sample(numb) { 
		window.open("images/samples/"+numb+".jpg","SCREENSHOT","width=500,height=380,menubar=0,scrollbars=no,resizable=no,toolbar=0,status=0,border=0");
}

function run()
{
 		window.open("../../../enter.html","new");
		self.close(); 
}

