function popUp(url,width,height)
{
	popUp = window.open(url,'popUpWindow','width=' + width + ',height=' + height + ',toolbar=no,location=no,scrollbars=yes');
}




function loadParentURL(url)
{
	self.opener.location = url;
}




function photoWindow(Pic){

	newWin = window.open('viewPhoto.asp?' + Pic,'photoWindow','width=200,height=200,toolbar=no,location=no,scrollbars=yes')

}
