function openContactMe() 
{
	window.open('../contact/contact.asp','contact','width=350,height=380,top=0,left=0')
}

function popUp(pPath, pWidth, pHeight) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(pPath, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + pWidth + ',height=' + pHeight + ',left = 100,top = 100');");
}