function swin(url)
{
var swin ;
goURL="https://s7.80code.com/~hmane4/ringsnewyork/"+url ;
//goURL="ssl/"+url ;
swin=window.open(goURL, "swin", 'width=650, height=620, left=10, top=10, status=yes, scrollbars=yes, menubar=no, toolbar=no, resizable=yes, location=yes') ;
swin.focus() ;
}

function nwin(url)
{
var nwin ;
goURL=url ;
nwin=window.open(goURL, "nwin", 'width=420, height=360, left=10, top=10, status=no, scrollbars=no, directories=no, menubar=no, resizable=yes, toolbar=no') ;
nwin.focus() ;
}

function ywin(url)
{
var nwin ;
goURL=url ;
nwin=window.open(goURL, "nwin", 'width=420, height=500, left=10, top=10, status=no, scrollbars=yes, directories=no, menubar=no, resizable=yes, toolbar=no') ;
nwin.focus() ;
}

function gomain(url) {
goURL="http://www.ringsnewyork.com/"+url+".html" ;
if (window.opener) {
window.opener.location.href=goURL ;
window.opener.focus() ;
} else {
mwin=window.open(goURL, "mwin") ;
}
}

function jump(num) {
gotoURL="document.rnwed.jump"+num+".value" ;
location.href="#"+eval(gotoURL) ;
}

function preload() { 
if (document.images) {
plArray=new Array();
plArray="trf,vip,htl,trfhtl,tour,tkt,wed,about,info,link" ;
for (i=0; i<10; i++) {
myimg="img"+i ;
myimg=new Image() ;
myimg.src="img/m_"+plArray[i]+"02.jpg" ;
}
}
}
