var newwindow;
function pop(url)
{
	newwindow=window.open(url,'name','width=715,height=554,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes');
	if (window.focus) {newwindow.focus()}
}


var newwindow;
function popvideo(url)
{
	newwindow=window.open(url,'name','width=430,height=470,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes');
	if (window.focus) {newwindow.focus()}
}