<!-- Popup Script -->

<!-- Begin
<!--
function popupH(mylink, windowname)
	{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	window.open(href, windowname, 'width=500, height=600, top=20, left=20, toolbar=0, location=0, directories=0, statusbar=0, menubar=0, scrollbars=0, resizable=0');
	return false;
}

function popupV(mylink, windowname)
	{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	window.open(href, windowname, 'width=410, height=690, top=20, left=20, toolbar=0, location=0, directories=0, statusbar=0, menubar=0, scrollbars=0, resizable=0');
	return false;
}

function popupD(mylink, windowname)
	{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	window.open(href, windowname, 'width=450, height=650, top=20, left=20, toolbar=0, location=0, directories=0, statusbar=0, menubar=0, scrollbars=0, resizable=0');
	return false;
}
//-->

//  End -->