
var newwindow
function poptastic(k)
{
	if(newwindow)
    	newwindow.close();
	//if(!w)w=500
//	if(!h)h=420
	url="play.php?name="+k;
//newwindow=window.open(url,'Ciaobella Video','width=520,scrollbars=no');
	newwindow=window.open(url,'CiaobellaVideo','width=500,height=420,resizable=no,scrollbars=no,toolbar=no,menubar=no')
	if(window.focus){newwindow.focus()}
}



