
<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000;
// Duration of crossfade (seconds)
var crossFadeDuration = 3;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '/images/slide1.gif'
Pic[1] = '/images/slide2.gif'
Pic[2] = '/images/slide3.gif'
Pic[3] = '/images/slide4.gif'

// do not edit anything below this line
var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}
function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="blendTrans(duration=2)";
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow.filters.blendTrans.Apply();
}
document.images.SlideShow.src = preLoad[j].src;
if (document.all) {
document.images.SlideShow.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed);
}
//  End -->


var sSession;
function writeWhosOn(sGateway,sDomain,sDepartment,sResponse,sChatstart){
var sUrl;
var dt=new Date();
var sCookie=document.cookie.toString();
if(sCookie.indexOf("whoson")==-1){
    sSession=parseInt(Math.random()*1000)+"-"+dt.getTime();
    document.cookie="whoson="+sSession+";expires=Fri, 31-Dec-2010 00:00:00 GMT;";}
sCookie=document.cookie.toString();
if(sCookie.indexOf('whoson')==-1){sSession="";}
else{
    var s=sCookie.indexOf("whoson=")+7;
    var e=sCookie.indexOf(";",s);
    if(e==-1)e=sCookie.length;
    sSession=sCookie.substring(s,e);}
sUrl=sGateway+"?u="+sSession+"&d="+sDomain;
if(sDepartment.length>0)sUrl+="&t="+sDepartment;
sUrl+="&p='"+window.location+"'&r='"+escape(document.referrer)+"'";
if(sResponse==""){
    if(document.layers){document.write("<layer name=\"WhosOn\" visibility=hide><img src=\""+sUrl+"\" height=1 width=1></layer>");}
    else{document.write("<div id=\"WhosOn\" STYLE=\"position:absolute;visibility:hidden;\"><img src=\""+sUrl+"\" height=1 width=1></div>");}}
else {
    sUrl+="&response=g";sChatstart+="?domain="+sDomain;
    if(sDepartment.length>0)sChatstart+="&department="+sDepartment;
    document.write("<a target=\"_blank\" href=\""+sChatstart+"\" onclick=\"javascript:window.open('"+sChatstart+"','new_win','width=484,height=361');return false;\"><img border=\"0\" src=\""+sUrl+"\"></a>");}
}
 
function redirect() {
	    alert('You must fill out form');
    	location="quoteinfo.php";
 }

function goToDownload()
{
	location.href = "/pages/downloadinfo.php?f=1&download=yes";
}
function maintChecked2(){
	window.open("/pages/maintenance2.php", "_new", "width=400, menubar=no, height=400, resizable=no, scrollbars=no, toolbar=no, location=no");
	}
function passParent(){
	//window.open("/pages/quotesum.php", "_parent");
	//window.close();
	}
	
function loginRedirect(){
location.href="http://www.printerpropertiespro.com/admin/index.php"
}

function putFocus( formInst, elementInst )
{
	if( document.forms.length > 0 )
	{
		document.forms[formInst].elements[elementInst].focus();
	}
}

function openProfilerVideo() {
window.open("/pages/video/PPPDemo.php", "new", "left=50, top=40,width=820,height=650,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no");
}
function openVideo() {
window.open("/pages/video/PPPDemo.php", "new", "left=50, top=40,width=820,height=650,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no");
}
function openMigratorVideo() {
window.open("/products/migrator/video/1.php", "new", "left=50, top=40,width=820,height=750,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no");
}
function openMoverVideo() {
window.open("/products/mover/video/1.php", "new", "left=50, top=40,width=820,height=750,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no");
}

//------------------ CHANGE IMAGE --------------------//
function changeimage(imagename,source) {
if (source != '' ){ imagename.src=source; }
}


<!-- End of embedded WhosOn -->

