// JavaScript Document

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

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

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

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

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

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

function openWinmap(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=400,height=410,scrollbars=no');   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; }
