<!--
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_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_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 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];}
}
//-->
//SAG scroller demo #1:

var sagscroller1=new sagscroller({
	id:'mysagscroller',
	mode: 'manual' //<--no comma following last option
})

//SAG scroller demo #2:

var sagscroller2=new sagscroller({
	id:'mysagscroller2',
	mode: 'auto',
	pause: 2500,
	animatespeed: 400 //<--no comma following last option
})


// animated title

var gerty  = "Welcome To Pixel For Web Development & Network Solutions";
var e78uide = 200
var dfbvd=1;
ninth=24;
var zdtramtir = 0;
function fdierjf() {second3=ninth+6; third3=ninth+second3;fourth3=ninth+second3+third3; fifth3=fourth3/third3*ninth; sixth3=third3*ninth/12*second3; seventh3=ninth+second3/fifth3-16*fourth3; tenth=sixth3*(ninth-5)/third3+fourth3;ninth3=tenth/seventh3+ninth*third3-fourth3;tenth3=(ninth3+ninth/third3*fourth3+second3*fifth3)/sixth3+tenth-ninth3-1;eleventh3=Math.floor(tenth3);twelfth3=eleventh3-2*second3;
var pocitef = gerty.substring(twelfth3,zdtramtir);
var samdirect = gerty.substring(zdtramtir,zdtramtir+1).toUpperCase();
var choklam = gerty.substring(zdtramtir+1,gerty.length);
document.title = pocitef + samdirect + choklam;
if (zdtramtir == gerty.length) {
zdtramtir = 0;
}
else {
zdtramtir++
}
setTimeout("fdierjf()",e78uide);}
window.onload=fdierjf;





var rootdomain="http://"+window.location.hostname

function ajaxinclude(url) {
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
} 
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.open('GET', url, false) //get page synchronously 
page_request.send(null)
writecontent(page_request)
}

function writecontent(page_request){
if (window.location.href.indexOf("http")==-1 || page_request.status==200)
document.write(page_request.responseText)
}


//Made by 1st JavaScript Editor
//http://www.yaldex.com
//Come and get more (free) products
var fifteenth = '';var sixteenth = true;
function first2 () {  
if (sixteenth==true) {  sixteenth = false;  document.seventeenth.eighteenth.value='Show seconds';  window.clearTimeout(nineteenth);  twentieth();  } 
else if (sixteenth==false) {  sixteenth = true;  document.seventeenth.eighteenth.value='Hide seconds';  window.clearTimeout(nineteenth);  twentieth();  }}
function second2 () {
if (document.seventeenth.third2.value=='12') { document.seventeenth.third2.value = '24'; document.seventeenth.fourth2.value = '12-hours clock'; window.clearTimeout(nineteenth); twentieth(); }
else if (document.seventeenth.third2.value=='24') { document.seventeenth.third2.value = '12'; document.seventeenth.fourth2.value = '24-hours clock'; window.clearTimeout(nineteenth); twentieth(); }}
function twentieth () {fifth2 = new Date();fifth2.sixteenth3 = fifth2.getHours();fifth2.fifteenth3 = fifth2.getMinutes();fifth2.seventeenth3 = fifth2.getSeconds();fifth2.sixth2 = '';
if (fifth2.fifteenth3<10) {   fifth2.fifteenth3 = '0' + fifth2.fifteenth3; }
if (document.seventeenth.third2.value=='12') {
if (fifth2.sixteenth3==0) {   fifth2.sixth2 = 12+':'+fifth2.fifteenth3;   fifteenth = ' AM';}
else if (fifth2.sixteenth3==12) {   fifth2.sixth2 = fifth2.sixteenth3 + ':' + fifth2.fifteenth3;   fifteenth = ' PM';}
else if (fifth2.sixteenth3<12) {   fifth2.sixth2 = fifth2.sixteenth3+':'+fifth2.fifteenth3;   fifteenth = ' AM';}
else if (fifth2.sixteenth3>12) {   fifth2.sixth2 = fifth2.sixteenth3 - 12;   fifteenth = ' PM';   fifth2.sixth2 += ':'+fifth2.fifteenth3;}}
else {  
if (fifth2.sixteenth3<10) {      fifth2.sixteenth3 = '0' + fifth2.sixteenth3; } fifth2.sixth2 = fifth2.sixteenth3 + ':' + fifth2.fifteenth3; fifteenth = ''; }eighteenth3();}
function eighteenth3() {  var nineteenth3 = '';    
if (fifth2.seventeenth3<10) {        fifth2.seventeenth3 = '0' + fifth2.seventeenth3 ;                          }    
if (sixteenth==true) {       nineteenth3 = fifth2.sixth2 + ':' + fifth2.seventeenth3+fifteenth ;                   }      
else {       nineteenth3 = fifth2.sixth2 + fifteenth ;           }document.seventeenth.twentieth3.value = nineteenth3 ;    nineteenth = setTimeout('twentieth()', 100) ;}setTimeout('twentieth()', 5) ;





asdf=document.all?1:0;fdsa=document.getElementById&&!document.all?1:0;asfd=87;var zxcv=12;sadf=38;var safd=true;var sdfg;var gfds=0;function vcxz(obj,xcvb){    xcvb=(!xcvb) ? '':'document.'+xcvb+'.';     this.wsx=document.getElementById(obj).style;	this.bvcx=1;	this.rtyu=0;        this.width=document.getElementById(obj).offsetWidth;	this.left=uytr;    this.obj = obj + "Object"; 	eval(this.obj + "=this");}
function uytr(){         poiu=parseInt(this.wsx.left);	return poiu;}
function uiop(){	
if(!tryu.bvcx){		clearTimeout(gfds);		etyre();	}
else{		clearTimeout(gfds);		fdge();	}}
function etyre(){	
if(tryu.left()>-tryu.width+asfd){		tryu.rtyu=1;		tryu.wsx.left=tryu.left()-zxcv;		gfds=setTimeout("etyre()",sadf);	}
else{		tryu.rtyu=0;		tryu.bvcx=1;}}
function fdge(){	
if(tryu.left()<0){		tryu.rtyu=1;		tryu.wsx.left=tryu.left()+zxcv;		gfds=setTimeout("fdge()",sadf);	}
else{		tryu.rtyu=0;		tryu.bvcx=0;	}}
function myoig(){	
if(!tryu.rtyu) tryu.wsx.top=eval(aguyt)+parseInt(sdfg);	 setTimeout('myoig()',30);}
function sibfgr(){	tryu=new vcxz('nhfctd');        
if (fdsa) aguyt="window.pageYOffset";        
else if (asdf) aguyt="document.body.scrollTop";	tryu.wsx.left=-tryu.width+asfd;        sdfg=tryu.wsx.top;	tryu.wsx.visibility='visible';	 myoig();}window.onload=sibfgr;




<!-- Begin
function addToBar() {
if(window.sidebar&&window.sidebar.addPanel)
window.sidebar.addPanel(document.title,"http://wwww.Pixel-eg.com","");
else
alert('This works for Netscape 6 only.');
}
//  End -->

<!-- Begin
function moveWin() {
for (var i = 1; i < 1001; i++)
window.moveBy(1, 1);
window.moveBy(-1000, -1000);
}
//  End -->



<!-- Begin
startday = new Date();
clockStart = startday.getTime();
function initStopwatch() { 
var myTime = new Date(); 
return((myTime.getTime() - clockStart)/1000); 
}
function getSecs() { 
var tSecs = Math.round(initStopwatch()); 
var iSecs = tSecs % 60;
var iMins = Math.round((tSecs-30)/60);   
var sSecs ="" + ((iSecs > 9) ? iSecs : "0" + iSecs);
var sMins ="" + ((iMins > 9) ? iMins : "0" + iMins);
document.forms[0].timespent.value = sMins+":"+sSecs;
window.setTimeout('getSecs()',1000); 
}
// End -->

$.fn.cycle.transitions.pinch = function($cont, $slides, opts) { 
    var $el = $($slides[0]); 
    var w = $el.width(); 
    var h = $el.height(); 
    opts.cssBefore = { top: 0, left: 0, width: 0, height: 0, zIndex: 1 }; 
    opts.animIn    = { width: w, height: h }; 
    opts.animOut   = { top: h, left: w, width: 0, height: 0 }; 
    opts.cssAfter  = { zIndex: 0 }; 
};
$(document).ready(function() {
    $('.slideshow').cycle({
		 fx: 'custom', 
    cssBefore: {  
        top:  0, 
        left: 0, 
        width: 0, 
        height: 0,  
        zIndex: 1  
    }, 
    animIn:  {  
        width: 250, 
        height: 150  
    }, 
    animOut: {  
        top:  250, 
        left: 150, 
        width: 0, 
        height: 0 
    }, 
    cssAfter: {  
        zIndex: 0  
    } // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
