// JavaScript Document

function WinOpen(url){

	window.open(url, "popup", "width=600,height=300,scrollbars=yes");

}

