// JavaScript Document

function OpenWin(url){
	win=window.open(url,"win","width=480,height=550,scrollbars=yes,resizable=yes");}