function winOpen (url,frame){
	window.open(""+url+"",""+frame+"","width=700,height=600,toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes");
}