// JavaScript Document

function changecat(){
	document.photocategoryform.submit();
}

function changeusatocat(){
	document.usatocategoryform.submit();
}

function Apri(w,h,file,windowname) {
		var newWindow = window.open(file,windowname,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top='+eval(screen.height/2-h/2)+',left='+eval(screen.width/2-w/2)+',HEIGHT='+h+',WIDTH='+w);	
}
