<!--
//	gPixtraRoot = "file:///D:/WEBSHARE/WWWROOT/pixtra";
  gPixtraRoot = "http://www.pixtra.com";

	OSName = "unknown";
	bName = "unknown";
	bVer = "unknown";

	if (navigator.appVersion.indexOf("Win") >= 0) OSname = "Win";
	else if (navigator.appVersion.indexOf("Mac") >= 0) OSname = "Mac";
//    if (navigator.platform == "Win32") OSname = "Win";

	if (navigator.appName.substring(0,8) == "Netscape") bName = "NN";
	else if (navigator.appName.substring(0,9) == "Microsoft") bName = "IE";

	if (parseInt(navigator.appVersion) >= 3) bVer="3x";
	if (parseInt(navigator.appVersion) >= 4) bVer="4x";
	if (parseInt(navigator.appVersion) >= 5) bVer="5x";


function openDownloadWin()
{
	fileName = gPixtraRoot + "/products/PanoViewer/PanoViewer_demo.htm";
	linkWindow = open(fileName,"Download","width=900,height=310,history=1,toolbar=1, scrollbars=1,resizable=1")
}


function panoPluginShow_Hayes()
{
	if (OSname == "Win" && bName == "IE")
	{
		fileName = gPixtraRoot + "/plugin_demo/plugin_win_Hayes.htm";
		gPanoWin_Hayes=open(fileName,"Hayes", "width=485,height=305,history=1")
	}
	else 
	{
		fileName = gPixtraRoot + "/plugin_demo/Mac_Hayes.htm";
		gPanoWin_Hayes=open(fileName,"Hayes", "width=420,height=350,history=1,scrollbars=1,resizable=1")
	}
}
function imageShow_Hayes()
{
	linkWindow2=open(gPixtraRoot + "/plugin_demo/image_win_Hayes.htm","Hayes_pano",
	"width=900,height=260,history=1,scrollbars=1,resizable=1")
}


function panoPluginShow_Tahoe()
{
	if (OSname == "Win" && bName == "IE")
	{
		fileName = gPixtraRoot + "/plugin_demo/Win_Tahoe.htm";
		gPanoWin_Tahoe=open(fileName,"Tahoe", "width=490,height=260,history=1")
	}
	else 
// if (OSname == "Mac")
	{
		fileName = gPixtraRoot + "/plugin_demo/Mac_Tahoe.htm";
		gPanoWin_Tahoe=open(fileName,"Tahoe", "width=350,height=280,history=1,scrollbars=1,resizable=1")
	}
//	else
//	{
//		fileName = gPixtraRoot + "/plugin_demo/plugin_win_Tahoe.htm";
//		gPanoWin_Tahoe=open(fileName,"Tahoe", "width=490,height=280,history=1")
//	}
}
function imageShow_Tahoe()
{
	linkWindow2=open(gPixtraRoot + "/plugin_demo/image_win_Tahoe.htm","Tahoe_pano",
	"width=900,height=235,history=1,scrollbars=1,resizable=1")
}



function panoPluginShow_bedroom()
{
	if (OSname == "Win" && bName == "IE")
	{
		fileName = gPixtraRoot + "/plugin_demo/Win_bedroom.htm";
		linkWindow=open(fileName,"Bedroom","width=490,height=325,history=1")
	}
	else 
//	if (OSname == "Mac")
	{
		fileName = gPixtraRoot + "/plugin_demo/Mac_bedroom.htm";
		linkWindow=open(fileName,"Bedroom", "width=450,height=345,history=1,scrollbars=1,resizable=1")
	}
//	else
//	{
//		fileName = gPixtraRoot + "/plugin_demo/plugin_win_bedroom.htm";
//		linkWindow=open(fileName,"Bedroom","width=490,height=345,history=1")
//	}
}
function imageShow_bedroom()
{
	linkWindow2=open(gPixtraRoot + "/plugin_demo/image_win_bedroom.htm","Bedroom_pano",
	"width=1000,height=330,history=1,scrollbars=1,resizable=1")
}

function imageShow_Coit_view()
{
	linkWindow2=open(gPixtraRoot + "/plugin_demo/image_win_Coit_view.htm","Coit_view_pano",
	"width=1200,height=368,history=1,scrollbars=1,resizable=1")
}

function imageShow_Transamerica_Pyramid()
{
	linkWindow2=open(gPixtraRoot + "/plugin_demo/image_win_Transamerica_Pyramid.htm","Transamerica_Pyramid_pano",
	"width=490,height=800,history=1,scrollbars=1,resizable=1")
}


//-->
