function popwindow()
{
	window.open("http://www.mdc.edu/homestead/events/2005/summerreg/summerreg.htm","","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=400, height=500")
}

function studentopen(which)
{
	window.name = "MDCCMAIN";
	ht= "600";
	wd ="800";
	msg=open(which+"&newwin=Y","MDCCSTUDENT","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,copyhistory=no,width="+wd+",height="+ht);
	msg.focus();
}

function popWindow(which)
{
	ht= "600";
	wd ="470";
	window.open(which, "_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,alwaysRaised=yes,copyhistory=no,width="+wd+",height="+ht);

}

function popWindow3(which, ht, wd)
{
	window.open(which, "_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,alwaysRaised=yes,copyhistory=no,width="+wd+",height="+ht);

}