function openWin(URL)
{
	var aWindow;
	aWindow = window.open(URL, "thewindow", "toolbar=no, width=425 height=280, 	status=no, scrollbars=auto, resize=no, menubar=no");
}

function openWin2(URL)
{
	var aWindow;
	aWindow = window.open(URL, "thewindow", "toolbar=no, width=275 height=400, 	status=no, scrollbars=auto, resize=no, menubar=no");
}