// JavaScript Document


//opening new windows

function openWin(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=500,height=200,scrollbars=yes');   return false; }

function openWinsmall(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=500,height=260,scrollbars=yes');   return false; }

function openWinmedium(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=500,height=400,scrollbars=yes');   return false; }

function openWinlarge(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=500,height=550,scrollbars=yes');   return false; }


function openWinnew(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=775,height=550,scrollbars=yes,resizable=yes,scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes');   return false; }

function openWinImage(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=432,height=322,scrollbars=no');   return false; }

function openWinImage1(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=338,height=230,scrollbars=no');   return false; }

function openWinImage2(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=455,height=300,scrollbars=no');   return false; }