function CreateGfx(n,w,h) {
	var adr="../Photo.htm?"+n+"&"+w+"&"+h;
	var par="width="+w+",height="+h+",copyhistory=0,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0"; 
	Pwin=window.open(adr,"PW",[par]); 
}

function CreateAnm(n,w,h) {
	var adr="../Video.htm?"+n+"&"+w+"&"+h;
	var par="width="+w+",height="+h+",copyhistory=0,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0"; 
	Vwin=window.open(adr,"VW",[par]); 
}
