
function newWindow(url,winname,h,w,scroll){
	catWindow=window.open(url, winname,"height="+h+",width="+w+",status=no,toolbar=0,scroll=1,menubar=no,location=no,scrollbars="+scroll);
}

