 <!--// hide contents

var newwindow;
function popimpr(url)
{
	newwindow=window.open(url,'name','height=500,width=698,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=no, menubar=yes,status=no');
	if (window.focus) {newwindow.focus()}
}
// end hiding contents -->
