function winOpen(theURL){
	windowProperty ="status=yes,scrollbars=yes,width=600,height=530";
	win=window.open(theURL,'report',windowProperty);
	win.focus();
}

