// JavaScript Document



function OpWin(url_add)
	{
		window.open(url_add,"","resizeable=1, scrollbars=1, toolbar=1")
		newWin.moveTo(0,0)
	}