function WinOpen(i)
{
	window.open(i,'mywindow','height=500, width=650, menubar=true, scrolling=auto, scrollbars=yes');
}