// JavaScript Document
function openwin(url)
{
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=660,height=530');
else if((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Mac') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=660,height=530');
else
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=660,height=530');
}

function openwincov(url)
{
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=400,height=550');
else if((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Mac') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=400,height=550');
else
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=400,height=550');
}

function openwinfax(url)
{
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=880,height=700');
else if((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Mac') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=880,height=700');
else
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=880,height=700');
}

function openwinwebcat(url)
{
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=1000,height=700');
else if((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Mac') != -1))
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=1000,height=700');
else
	window.open(url,'bigimage','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=1000,height=700');
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}