// JavaScript Document

function WinOpen(url){

	window.open(url, "popup", "width=770,height=750,scrollbars=yes");

}


function WinOpen_g(url){

	window.open(url, "popup", "width=650,height=650,scrollbars=yes");

}


function WinOpen_f(url){

	window.open(url, "popup", "width=650,height=550,scrollbars=yes");

}