
function openIT() {

var isIE
var isNAV

if(navigator.appName=="Netscape")
		{
		 isNAV = true;
		}
else
		{
		 isIE = true;
		}

if(isIE)
{
	theurl="awards.html"
	wname ="awards"
	W=200;
	H=531;
	windowCERRARa 		= "ing_page/images/close_01.gif"
	windowCERRARd 		= "ing_page/images/close_02.gif"
	windowCERRARo 		= "ing_page/images/close_03.gif"
              windowTIT 	    	= "&nbsp; <img src=ing_page/images/lo.gif>"
	windowBORDERCOLOR   	= "#000000"
	windowBORDERCOLORsel	= "#000000"
	windowTITBGCOLOR    	= "#000000"
	windowTITBGCOLORsel 	= "#999999"
	openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}

else

{

var thereman = screen.availWidth;
var hereman = screen.availHeight;
window.open('awards.html', 'awards', 'toolbar=no,resizable=no,scrollbars=no,width=200,height=531,left=' + ((thereman - 800 - 10) * .5) + ',top=' + ((hereman - 375 - 30) * .2))
}

}
