function openWindow(windowname)
	{
	var newWindow = window.open(windowname,"pop","scrollbars=yes,status=yes,menubar=no,toolbar=no,resizeable=no,HEIGHT=760,WIDTH=670");
	}
function openWindow2(windowname)
	{
	var newWindow = window.open(windowname,"pop","scrollbars=yes,status=yes,menubar=no,toolbar=no,resizeable=no,HEIGHT=640,WIDTH=675");
	}