function OpenWin(URL){
	win=window.open(URL,"","toolbar=0,menubar=0,scrollbars=0,width=800,height=680");
}

function OpenWinB(URL){
	win=window.open(URL,"","toolbar=0,menubar=0,scrollbars=yes,resize=yes,width=660,height=740");
}

function WinParent(url) {
window.opener.location.href=url;
}
