<!--
var page = "adviceresolution.htm";
var windowprops = "width=350,height=250,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";

if (screen.availWidth<=640 || screen.availHeight<=480)
{
	if (Math.round(((document.body.clientWidth * document.body.clientHeight)/(screen.width * screen.height)*100) * Math.pow(10, 0))<=25)
	{
	  window.open(page, "",windowprops);
	}
}
//  End -->