<!--
<!-- order sivun open script -->

function genericWindowOpen(wHandle, url, windowName, params)
{
    // Use old window handle if exists and the window is still open
    var needNewWindow = true;
    if (typeof wHandle == "object")
    {
	if (!wHandle.closed)
        {
            // The window is already there
            wHandle.location.replace(url);
            needNewWindow = false;
        }
    }

    if(needNewWindow)
    {
        // Create new window
        wHandle = window.open(url, windowName, params);
    }

    // In any case, set focus to the window
    wHandle.focus();

    return wHandle;
}

var whGo;
function go(url) {

    whGo = genericWindowOpen(whGo, url, 'windowname_go', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=500');

}

var whGoWithStatus;
function goWithStatus(url) {

    whGoWithStatus = genericWindowOpen(whGoWithStatus, url, 'windowname_gowithstatus', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=660,height=500');

}

var whGallery;
function openGallery()
{
	whGallery = genericWindowOpen(whGallery, '../gallery/default.html', 'window_gallery', 'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

var hVizHandle;
function openVizImagesWindow( szTargetPage )
{
	if( szTargetPage == "" )
		hVizHandle = genericWindowOpen( hVizHandle, '../products/vizimages.shtml', 'window_vizimages', 'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500' );
	else
		hVizHandle = genericWindowOpen( hVizHandle, '../products/' + szTargetPage, 'window_vizimages', 'toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500' );
	
}

var hVizTermsHandle;
function SeeDoschLicenseTerms()
{
	hVizTermsHandle = genericWindowOpen( hVizTermsHandle, '../products/vizimages_terms.shtml', 'window_vizimagesterms', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=500' );
}

var hLinksHandle;
function openLinkWindow( szURL )
{
	hLinksHandle = genericWindowOpen( hLinksHandle, szURL, 'window_link', 'toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500' );
}

// Function for opening support.motivesys.com
function openSupportWindow()
{
	var szSupportLocation = "http://support.motivesys.com?group=M-Color";
	var hSupportWindow = window.open( szSupportLocation, "window_support", "toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500, left=100, top=30" );
	hSupportWindow.focus();
}



<!-- loput -->
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_reloadPage(init) {  //Updated by PVII. Reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function P7_autoLayers() { //v1.2 by PVII
 var g,b,k,f,args=P7_autoLayers.arguments;
 var a = parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc) {p7c=new Array();document.p7setc=true;
  for (var u=0;u<10;u++) {p7c[u] = new Array();}}
 for(k=0; k<p7c[a].length; k++) {
  if((g=MM_findObj(p7c[a][k]))!=null) {
   b=(document.layers)?g:g.style;b.visibility="hidden";}}
 for(k=1; k<args.length; k++) {
  if((g=MM_findObj(args[k])) != null) {
   b=(document.layers)?g:g.style;b.visibility="visible";f=false;
   for(j=0;j<p7c[a].length;j++) {
    if(args[k]==p7c[a][j]) {f=true;}}
  if(!f) {p7c[a][p7c[a].length++]=args[k];}}}
}

function P7_ReDoIt() { //v1.2 by PVII
 if(document.layers) {MM_reloadPage(false);}
}

function P7_Snap() { //v2.61 by PVII
  var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,args=P7_Snap.arguments;a=parseInt(a);
  for (k=0; k<(args.length-3); k+=4)
   if ((g=MM_findObj(args[k]))!=null) {
    el=eval(MM_findObj(args[k+1]));
    a=parseInt(args[k+2]);b=parseInt(args[k+3]);
    x=0;y=0;ox=0;oy=0;p="";tx=1;da="document.all['"+args[k]+"']";
    if(document.getElementById) {
     d="document.getElementsByName('"+args[k]+"')[0]";
     if(!eval(d)) {d="document.getElementById('"+args[k]+"')";if(!eval(d)) {d=da;}}
    }else if(document.all) {d=da;} 
    if (document.all || document.getElementById) {
     while (tx==1) {p+=".offsetParent";
      if(eval(d+p)) {x+=parseInt(eval(d+p+".offsetLeft"));y+=parseInt(eval(d+p+".offsetTop"));
      }else{tx=0;}}
     ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);var tw=x+ox+y+oy;
     if(tw==0 || (navigator.appVersion.indexOf("MSIE 4")>-1 && navigator.appVersion.indexOf("Mac")>-1)) {
      ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);
      }else{var w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;
      a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
      x=document.body.scrollLeft + event.clientX + bx;
      y=document.body.scrollTop + event.clientY;}}
   }else if (document.layers) {x=g.x;y=g.y;var q0=document.layers,dd="";
    for(var s=0;s<q0.length;s++) {dd='document.'+q0[s].name;
     if(eval(dd+'.document.'+args[k])) {x+=eval(dd+'.left');y+=eval(dd+'.top');break;}}}
   if(el) {e=(document.layers)?el:el.style;
   var xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
   if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)>4){xx+="px";yy+="px";}
   if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
    xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);
    xx+="px";yy+="px";}e.left=xx;e.top=yy;}}
}

function P7AniMagic(el, x, y, a, b, c, s) { //v2.5 PVII
 var g,elo=el,f="",m=false,d="";x=parseInt(x);y=parseInt(y);
 var t = 'g.p7Magic = setTimeout("P7AniMagic(\''+elo+'\','; 
 if ((g=MM_findObj(el))!=null) {d=(document.layers)?g:g.style;}else{return;}
 if (parseInt(s)>0) {eval(t+x+','+y+','+a+','+b+','+c+',0)",' + s+')');return;}
 var xx=(parseInt(d.left))?parseInt(d.left):0;
 var yy=(parseInt(d.top))?parseInt(d.top):0;
 if(parseInt(c)==1) {x+=xx;y+=yy;m=true;c=0;}
 else if (c==2) {m=false;clearTimeout(g.p7Magic);}
 else {var i=parseInt(a);
  if (eval(g.moved)){clearTimeout(g.p7Magic);}
  if (xx<x){xx+=i;m=true;if(xx>x){xx=x;}}
  if (xx>x){xx-=i;m=true;if(xx<x){xx=x;}}
  if (yy<y){yy+=i;m=true;if(yy>y){yy=y;}}
  if (yy>y){yy-=i;m=true;if(yy<y){yy=y;}}}
 if (m) {if((navigator.appName=="Netscape") && parseInt(navigator.appVersion)>4){
    xx+="px";yy+="px";}
  d.left=xx;d.top=yy;g.moved=true;eval(t+x+','+y+','+a+','+b+','+c+',0)",'+b+')');
  }else {g.moved=false;}
}

var brwindowhandle;
function MM_openBrWindow(theURL,winName,features) { //v2.0
//  brwindowhandle = window.open(theURL,winName,features);
//  brwindowhandle.focus();
    brwindowhandle = genericWindowOpen(brwindowhandle, theURL, winName, features);
}

function UpdatePrice(theForm)
{
// Set total price without discounts
var iLast;
iLast = 0;
var dTotalPrice = 0;
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity8.value, 10) * parseInt(theForm.Price8.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity9.value, 10) * parseInt(theForm.Price9.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity10.value, 10) * parseInt(theForm.Price10.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity14.value, 10) * parseInt(theForm.Price14.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity11.value, 10) * parseInt(theForm.Price11.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity12.value, 10) * parseInt(theForm.Price12.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity13.value, 10) * parseInt(theForm.Price13.value, 10));
dTotalPrice = dTotalPrice + (parseInt(theForm.Quantity15.value, 10) * parseInt(theForm.Price15.value, 10));
// Calculate discount
var dDiscount;
dDiscount = 0;
var iLicenses;
iLicenses = Number(0);
if(theForm.LicenseType[0].checked)
{
	// Count licenses (count all but packages, conversions, Std to Plus and subscriptions)
	iLicenses = iLicenses + Number(theForm.Quantity8.value);	
	iLicenses = iLicenses + Number(theForm.Quantity9.value);	
	iLicenses = iLicenses + Number(theForm.Quantity10.value);	
	iLicenses = iLicenses + Number(theForm.Quantity14.value);

	// Set discount	
	if(iLicenses >= 1)
		dDiscount = 0;	
	if(iLicenses >= 2)
		dDiscount = 0;	
	if(iLicenses >= 3)
		dDiscount = 15;	
	if(iLicenses >= 4)
		dDiscount = 25;	
	if(iLicenses >= 5)
		dDiscount = 30;	
	if(iLicenses >= 6)
		dDiscount = 35;	
	if(iLicenses >= 7)
		dDiscount = 35;	
	if(iLicenses >= 8)
		dDiscount = 40;	
	if(iLicenses >= 9)
		dDiscount = 40;	
	if(iLicenses >= 10)
		dDiscount = 40;	
	if(iLicenses >= 15)
		dDiscount = 45;	
	if(iLicenses >= 20)
		dDiscount = 50;	
	if(iLicenses >= 25)
		dDiscount = 55;	
	if(iLicenses >= 40)
		dDiscount = 60;	
	if(iLicenses >= 60)
		dDiscount = 65;
		}
dTotalPrice = dTotalPrice * (100.0 - dDiscount) / 100.0;
// theForm.MColorTotalPrice.value = dTotalPrice;
theForm.MColorDiscount.value = dDiscount + " %";

UpdateOrderTotalPrice();
}

var myhelpwindow;
function openhelpwindow(param1,param2,param3)
{
//	myhelpwindow = window.open(param1,param2,param3);
//	myhelpwindow.focus();
    myhelpwindow = genericWindowOpen(myhelpwindow, param1, param2, param3);
};


// This function is called when item is changed in one of the three VizImages selection lists
// Parameter tells is the control is the first, second or the third control
function VizImagesItemChanged( lSelect )
{
	if( eval( "document.OrderForm.Dosch_SelectVizImages" + lSelect ).selectedIndex > 0 && eval( "document.OrderForm.Dosch_SelectVizImages" + lSelect ).value != 0 )
	{
		var lProductId = eval( "document.OrderForm.Dosch_SelectVizImages" + lSelect ).value;
		eval( "document.OrderForm.Dosch_Price" + lSelect ).value = eval( "document.OrderForm.Dosch_VizImagesPrice" + lProductId ).value;
	}
	else
	{
		eval( "document.OrderForm.Dosch_Price" + lSelect ).value = 	"0";
	}
	
	UpdateVizImagesTotalPrice();
}

function UpdateVizImagesTotalPrice()
{
	var lProductId = document.OrderForm.Dosch_SelectVizImages1.value;
	if( lProductId != "" && lProductId != 0 )
		document.OrderForm.Dosch_Price1.value = parseInt( document.OrderForm.Dosch_Quantity1.value ) * parseInt( eval( "document.OrderForm.Dosch_VizImagesPrice" + lProductId ).value );
	lProductId = document.OrderForm.Dosch_SelectVizImages2.value;
	if( lProductId != ""  && lProductId != 0 )
		document.OrderForm.Dosch_Price2.value = parseInt( document.OrderForm.Dosch_Quantity2.value ) * parseInt( eval( "document.OrderForm.Dosch_VizImagesPrice" + lProductId ).value );
	lProductId = document.OrderForm.Dosch_SelectVizImages3.value;
	if( lProductId != ""  && lProductId != 0 )
		document.OrderForm.Dosch_Price3.value = parseInt( document.OrderForm.Dosch_Quantity3.value ) * parseInt( eval( "document.OrderForm.Dosch_VizImagesPrice" + lProductId ).value );

	var lSum = 0;
	lSum = parseInt( document.OrderForm.Dosch_Price1.value ) + parseInt( document.OrderForm.Dosch_Price2.value ) + parseInt( document.OrderForm.Dosch_Price3.value );
	// document.OrderForm.Dosch_TotalPrice.value = lSum;
	UpdateOrderTotalPrice();
}

function UpdateOrderTotalPrice()
{
		alert( "Not used function: UpdateOrderTotalPrice()" )
	// document.OrderForm.TotalPrice.value = parseInt( document.OrderForm.Dosch_TotalPrice.value ) + parseInt( document.OrderForm.MColorTotalPrice.value );
}

function checkOrderForm()
{
	var bResult = true;
	
	// If dosch images selected, see that named user is defined
	/*if( document.OrderForm.Dosch_SelectVizImages1.selectedIndex > 0 )
	{
		if( document.OrderForm.Dosch_User1.value == "" )
		{
			document.OrderForm.Dosch_User1.focus();
			bResult = false;
			alert( "Please define user for the VizImages license." )
		}
	}
	else if( document.OrderForm.Dosch_SelectVizImages2.selectedIndex > 0 )
	{
		if( document.OrderForm.Dosch_User2.value == "" )
		{
			document.OrderForm.Dosch_User2.focus();
			bResult = false;
			alert( "Please define user for the VizImages license." )
		}
	}
	else if( document.OrderForm.Dosch_SelectVizImages3.selectedIndex > 0 )
	{
		if( document.OrderForm.Dosch_User3.value == "" )
		{
			document.OrderForm.Dosch_User3.focus();
			bResult = false;
			alert( "Please define user for the VizImages license." )
		}
	}*/
	return bResult;
}

function CloseWindowAndShowOrderForm()
{
	parent.opener.location = '../order/';
	parent.opener.focus();
	
	parent.close();
}

function openFlashWindow( szMovie, iWidth, iHeight )
{
	var szHandle = window.open( szMovie, "flash_window", "toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=yes,copyhistory=no, width=" + ( iWidth + 20 ) + ",height=" + ( iHeight + 55 ) + ",screenX=0,screenY=0,top=0,left=0" ); 
	szHandle.focus();
}

function openPrintWin(mainHtml) {
   newPWnd = window.open("", "PrintWnd", "toolbar=no, width=610, height=320, resizable=yes, menubar=no, scrollbars=yes, status=no, directories=no, copyhistory=no, dependent=yes") ;
   newPWnd.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Frameset//EN' 'http://www.w3.org/TR/html4/frameset.dtd'>");
   newPWnd.document.write("<html>");
   newPWnd.document.write("<head>");
   newPWnd.document.write("<title>Motive Systems : Printer friendly view </title>");
   newPWnd.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
   newPWnd.document.write("</head>");
   newPWnd.document.write("<frameset rows='40,*' frameborder='NO' border='0' framespacing='0'>");
   newPWnd.document.write("<frame src=" + mainHtml + " name='pMain' scrolling='YES' noresize >");
   newPWnd.document.write("</frameset>");
   newPWnd.document.write("<noframes><body> ");
   newPWnd.document.write("</body></noframes>");
   newPWnd.document.write("</html>");
}

function removeHref()
{
	// Only need to remove the links in MSIE.
	if( navigator.appVersion.search(/MSIE/i) > -1 )
	{
		// Removes all href attributes.
		var allItems = document.all;
		var attri;
		for( i = 0; i < allItems.length; i++)
		{
			// Check if href is found.
			attri = allItems[ i ].attributes;
			if( attri != null && allItems[ i ].tagName != "LINK" )
			{
				for( j = 0; j < attri.length; j++)
				{
					if( attri[j].nodeName != null )
					{
							if( attri[j].nodeName == "href" )
							{
								allItems[ i ].removeAttribute( 'href' );
		 			 }
		 		 }
				 }
			 }
		 }
	 }
 }

//-->
