//isIE = (navigator.appName.indexOf("Explorer")!=-1);

//if (isIE) {
//	document.write('<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"http://www.amstec.com/css/text_ie.css\">');
//} else {
	document.write('<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"http://www.amstec.com/css/text_net.css\">');
//}


function popup(x) {
	self.name="main"
	var popup_popup = window.open( "http://www.amstec.com/" + x +".html", "popup", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=360,height=340")
	popup_popup.focus()
}


