function callwinmediaW(x,z,y)
{
win1=window.open('','pop1','width='+y+',height=413')
str1="<head><title> virtual tour_" + z + " </title></head><body topmargin=0 leftmargin=0><APPLET  CODE=hm35.class  NAME=HotMedia  WIDTH="+y+"  HEIGHT=413><PARAM NAME=mvrfile value=" + x + "></APPLET></body>"
win1.document.write(str1);
win1.focus() 
}

function callwinmedia(x,z)
{
win1=window.open('','pop1','width=450,height=300')
str1="<head><title> virtual tour_" + z + " </title></head><body topmargin=0 leftmargin=0><APPLET  CODE=hm35.class  NAME=HotMedia  WIDTH=450  HEIGHT=300><PARAM NAME=mvrfile value=rooms_vr/" + x + "></APPLET></body>"
win1.document.write(str1);
win1.focus() 
}

function callwinzoom(y,z)
{
win2=window.open('','pop2','width=490,height=300')
str2="<head><title>large view_" + z + " </title></head><body topmargin=0 leftmargin=0 ><img src=images/large/" + y +" ></body>"
win2.document.write(str2);
win2.focus() ;
}

function callcolwinzoom(y,z,x)
{
win5=window.open('','pop5',x)
str5="<head><title>large view_" + z + " </title></head><body topmargin=0 leftmargin=0><img src=images/large/" + y +" ></body>"
win5.document.open ;
win5.document.write(str5) ;
win5.document.close ;
win5.focus() ;

}