function showTSlot(size)
{
		window.open('Tslot.aspx?slot='+ size, 'Tslot', 'top=50,left=50,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=350,height=250');
}

function newPSWindow(source)
{
	//if(window.document.Form1.theUser.value == 'none')
	//{
	//	alert('Please register to view CAD models.')
	//}
	//else
	//{
		//alert(source + window.document.main.theUser.value)
		newwindow = window.open(source + window.document.Form1.theUser.value, 'pswindow', 'toolbar=no, location=no, scrollbars=yes, resizable=yes, width=700, height=500');
		newwindow.focus;
	//}
}
