// JavaScript Document
function openwindow()
{
	window.open("/2010/NPM-Exhibitor-Orientation.html","ExhibitorOrientation"//,"menubar=1,resizable=1,width=526,height=533"//
				);
}
function openwindow2()
{
	window.open("/2010/NPM-Virtual-Conference-overview.html","VirtualConferenceOverview","menubar=1,resizable=1,width=850,height=640");
}
function openClose()
{
	if(opener){
		opener.focus();
		window.open("http://event.on24.com/r.htm?e=189632&s=1&k=D913BF390B5BD66088CB63EC7FCF2D78");
		window.close();
	}
	else{
		window.open("http://event.on24.com/r.htm?e=189632&s=1&k=D913BF390B5BD66088CB63EC7FCF2D78");
	}

}
