function popup(url) { 
	window.open(url,'popupWin','status=yes,scrollbars=yes,width=410,height=450') 
} 

function popvideo(url) {
	var theWindow = window.open(url,'popup','directories=no,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,width=280,height=235');
	theWindow.focus();
}
