// JavaScript Document
function winOpen(url){
	window.open(url, "window1","scrollbars=yes,toolbar=no,width=600,height=500");
}
