if (navigator.appName =="Microsoft Internet Explorer") 
		{document.write("<style type = 'text/css' media='screen'\> @import url(globalie.css);  <\/style\>")}
		
	else
		{document.write("<style type = 'text/css' media='screen'\> @import url(global.css);  <\/style\>")}
		
		
		
function imagePopup(product)
	{

	var address = 'images/'+product+'_lg.jpg'; 
	
	window.open(address, ' ', 'width=780, height=550, scrollbars=no'); 
	}