<!-- 
var popupWindow=null;
image1= new Image();
image1.src="/images/leftnav_contactme_on.gif";
image2= new Image();
image2.src="/images/leftnav_freetrial_on.gif";

function popup(newURL) {
	var openWin=window.open(newURL,'popup','toolbar=no,resizable=no,menu=no,location=no,scrollbars=no,status=no,width=376,height=550')
	openWin.location = newURL
}
function popup2(mypage,myname,w,h,pos,infocus){
	if (pos == 'random')
		{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
	else
		{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
	settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';popupWindow=window.open('',myname,settings);
	if(infocus=='front'){popupWindow.focus();popupWindow.location=mypage;}
	if(infocus=='back'){popupWindow.blur();popupWindow.location=mypage;popupWindow.blur();}
}
function screenshot(newURL) {
	var openWin=window.open(newURL,'screenshot','toolbar=no,resizable=yes,menu=no,location=no,scrollbars=yes,status=no')
	openWin.location = newURL
}

// -->


