/*function popitup_ev(url)*/
function mediapopup1(url,sm)
{
var scrx = (sm) ? 'height=500,width=550,top=100,left=250,scrollbars,resizable=yes,location':'height=410,width=400,top=200,left=250,scrollbars=no,resizable=yes,location' ;
/*	newwindow=window.open(url,'name','height=400,width=800,top=200,left=250,scrollbars,location');*/
	newwindow=window.open(url,'name',scrx);
	if (window.focus) {newwindow.focus()}
	return false;
}
