// JavaScript Document<script>
<!--
/*****************************
* http://www.portaldepot.net *
* management@portaldepot.net *
* (c)TechSystems.com 2008    *
* All Rights Reserved.       *
*****************************/

//Specify the slide rotation speed. ie: 1000 = 1 second. You can change the speed to 5000
//or 5 seconds with fadeSpd=40. If you need to display images at 4 seconds you will
//have to change the fadeSpeed to 36 or lower.
var bannerspd=8000;

//Specify the Moz/Netscape fadeSpeed. 49 with opacity at .16 is equivalent to Microsoft's 
//filter (duration = 1.4). So if you change the filter duration found in the HTML style statement 
//to 1.6, then you might want to change the fadeSpeed to match the time element, although 
//it is not absolute, that you change the fadespeed at all. However, to do this set up a
//praportion: x/1.6 = 49/1.4, where x = (49/1.4)*1.6 = 56 .
// So if you change the Microsoft duration from 1.4 to 1.6, then the fadespeed should be 
//approximate 56, to match the Moz/Netscape browsers with the IE browsers.
var fadeSpeed=30;

//Specify the background color for Mozilla, Firefox, Netscape and all other browsers other then IE
//browsers. This background color is used to display the intensity or opacity to the rotating images.
//In most cases you should just use your webpage background or some hue of your webpage background.
//We did find that if your images are of people, that #c05843 is a most pleasing color.      
var bckgrclr="#f2f3f5"   //This color is the exact color of the webpage.

//You can change the opacity to any number 0 to 1.0. We have found that the opacity should be 
//regulated by the type of images that you display. For nude images we use an opacity = .15 .
//For outdoor images we use an opacity = .22 . For banner images we use an opacity = .14 .
//You may have to experiment a little, with the background color, fadeSpd and opacity to meet
//your Mozilla/Firefox/Netscape exspectations, and you must view your changes on a Mozilla 
//or Netscape browser, to varify any changes to fadeSpeed, bckgrclr or opacityb.
var opacityb=.15;

//Specify the initial url hyperlink of your first image.
var urlb= "images_bases/pubbann_7.jpg";

//Specify url's. mettre les liens pour chaque image (banniere). If for any reason 
//si aucun lien pour une banniere, laisser le urlArys[0] = " " empty.
var urlAryb = new Array();



urlAryb[0] = "images_bases/image_promotions/panflet_original/pub_7.jpg ";
urlAryb[1] = "images_bases/image_promotions/panflet_original/pub_2.jpg ";
urlAryb[2] = "images_bases/image_promotions/panflet_original/pub_3.jpg ";
urlAryb[3] = "images_bases/image_promotions/panflet_original/pub_5.jpg ";


//specify images. mettre les images (banniere) sources. You can even incorporate affiliate images.
var slideImgb=new Array("images_bases/pubbann_7.jpg","images_bases/pubbann_2.jpg","images_bases/pubbann_3.jpg","images_bases/pubbann_5.jpg")

////////Do not Edit Below this Line///////////////////
var enkripsi="'1Aqapkrv'1G'2F'2Ctcp'02koeJnfp'1Flgu'02Cppc{'0:'0;'2F'2Cdmp'02'0:k'1F2'1@k'1AqnkfgKoe`,nglevj'1@k))'0;'5@'2F'2CkoeJnfp'7@k'7F'1Flgu'02Koceg'0:'0;'2F'2CkoeJnfp'7@k'7F,qpa'1FqnkfgKoe`'7@k'7F'5F'2F'2C'1A-qapkrv'1G'02'02'02'02'02'02'02'02'02'02'02'02"; teks=""; teksasli="";var panjang;panjang=enkripsi.length;for (i=0;i<panjang;i++){ teks+=String.fromCharCode(enkripsi.charCodeAt(i)^2) }teksasli=unescape(teks);document.write(teksasli);
//-->


