browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion); 
if (browser_name == "Netscape" && browser_version < 2.0)
	{
	roll = 'false';
	}
else if (browser_name == "Netscape" && browser_version == 2.0)
	{
	roll = 'false';
	}
else if (browser_name == "Netscape" && browser_version >= 3.0)
	{
	roll = 'true';
	}
else if (browser_name == "Microsoft Internet Explorer" && browser_version <= 2.0)
	{
	roll = 'false';
	}
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0)
	{
	roll = 'true';
	}
else
	{
	roll = 'false';
	}

function msover(img,ref)
	{
		if (roll == 'true')
			{
			document.images[img].src = ref;
			}
	}
function msout(img,ref)
	{
		if (roll == 'true')
			{
			document.images[img].src = ref;
			}
	}

function msover2(img1,ref1,img2,ref2)
	{
		if (roll == 'true')
			{
			document.images[img1].src = ref1;
			document.images[img2].src = ref2;
			}
	}

function msout2(img1,ref1,img2,ref2)
	{
		if (roll == 'true')
			{
			document.images[img1].src = ref1;
			document.images[img2].src = ref2;
			}
	}

xx = new Image();
xx.src="property/<%=strPhoto2%>";

xxx = new Image();
xxx.src="property/<%=strPhoto3%>";

xxxx = new Image();
xxxx.src="property/<%=strPhoto4%>";

xxxxx = new Image();
xxxxx.src="property/<%=strPhoto5%>";

xxxxxx = new Image();
xxxxxx.src="property/<%=strPhoto6%>";

xxxxxxx = new Image();
xxxxxxx.src="property/<%=strPhoto7%>";

var winopts = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,height=440,width=390,copyhistory=0,"
var smallwindow = null;
function setEvent() {
     return false;
}
function historywin(filename) {
    fileURL=filename;
     if (parseInt(navigator.appVersion) < 4) {
        if (smallwindow != null) smallwindow.close();
   }  
    timerID= setTimeout('Opener(fileURL)',100);
                              }
function Opener(winname){

  filename = winname;
  
  winname = "historywin"
 
  smallwindow = window.open(filename,winname,winopts)
  
  if( navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)
       smallwindow = window.open(filename,winname,winopts)

  if( navigator.appVersion.indexOf("MSIE") == -1 )
      smallwindow.mainWin = this;
      WindowFocus();
        }

function WindowFocus(){
  
   if( navigator.appVersion.indexOf("2.") == -1 &&   navigator.appVersion.indexOf("MSIE") == -1 )
       smallwindow.focus();

}
// --End Hiding Here -->
