function NM_insertPopin(type) {
	if (type=="") {window.open('contact-p.html','','width=450,height=600,menubar=1');} 
	if (type=="Catalog") {window.open('freecat.html','','width=550,height=550,menubar=1');}	
	if (type=="KVM Switch Tech Guide") {window.open('survey.html','','width=550,height=600,menubar=1');} 
	if (type=="KVM Switch White Paper") {window.open('wp-servswt.html','','width=520,height=565,menubar=1');} 
	if (type=="USB Extender White Paper") {window.open('wp-usb-ext.html','','width=520,height=550,menubar=1');} 
	if (type=="Server Environment White Paper") {window.open('wp-enviro-mon.html','','width=520,height=565,menubar=1');} 	
}
