var templateImages=new Array();
templateImages[61]=new Array("background.jpg","954");
templateImages[62]=new Array("rounded_top.jpg","1369");
templateImages[78]=new Array("rounded_bottom.jpg","1496");
templateImages[64]=new Array("content.jpg","421");
templateImages[76]=new Array("logo.jpg","59451");
templateImages[67]=new Array("top_menu_contact.jpg","548");
templateImages[68]=new Array("top_menu_home.jpg","549");
templateImages[69]=new Array("top_menu_other.jpg","536");
templateImages[75]=new Array("main_menuRoll.jpg","16585");
templateImages[74]=new Array("main_menu.jpg","11610");
templateImages[79]=new Array("myhouse_rights.jpg","4190");
templateImages[80]=new Array("bar.jpg","310");
templateImages[81]=new Array("contact_us.jpg","10519");
templateImages[82]=new Array("contact_rounded.jpg","479");
templateImages[83]=new Array("contact_background.jpg","416");
templateImages[84]=new Array("submit_button.jpg","1371");
templateImages[85]=new Array("input.gif","682");
templateImages[86]=new Array("search_background.jpg","607");
templateImages[87]=new Array("search_rounded.jpg","2318");
templateImages[88]=new Array("search_pic.jpg","1950");
templateImages[89]=new Array("select_dropdown.jpg","303");

var templateTotalImages=21;
var templateLoadedImages=0;
var templateTotalBytes=116664;
var templateTotalBytesLoaded=0;

$(document).ready(function(){
	$("#hideAll").css({"z-index":"1000000","position":"absolute","left":"0px","top":"0px","width":"100%","height":"100%"});
	$("#cViewloader").css({"display":"block","z-index":"10000000","position":"absolute","left":((document.body.clientWidth/2)-60)+"px","top":"200px","width":"120px"});
	$("#progressbar").reportprogress(0,templateTotalBytes);
	$('body').append("<div id='cloader'></div>");
	$('#cloader').css({'position':'absolute','top':'-3000px','width':'0px','height':'1px','overflow':'hidden'});
	$('#cloader').append("<img src='/images/themes/3/background.jpg' onLoad='templateCheckLoad(61);' onError='alert(61);'/><img src='/images/themes/3/rounded_top.jpg' onLoad='templateCheckLoad(62);' onError='alert(62);'/><img src='/images/themes/3/rounded_bottom.jpg' onLoad='templateCheckLoad(78);' onError='alert(78);'/><img src='/images/themes/3/content.jpg' onLoad='templateCheckLoad(64);' onError='alert(64);'/><img src='/images/themes/3/logo.jpg' onLoad='templateCheckLoad(76);' onError='alert(76);'/><img src='/images/themes/3/top_menu_contact.jpg' onLoad='templateCheckLoad(67);' onError='alert(67);'/><img src='/images/themes/3/top_menu_home.jpg' onLoad='templateCheckLoad(68);' onError='alert(68);'/><img src='/images/themes/3/top_menu_other.jpg' onLoad='templateCheckLoad(69);' onError='alert(69);'/><img src='/images/themes/3/main_menuRoll.jpg' onLoad='templateCheckLoad(75);' onError='alert(75);'/><img src='/images/themes/3/main_menu.jpg' onLoad='templateCheckLoad(74);' onError='alert(74);'/><img src='/images/themes/3/myhouse_rights.jpg' onLoad='templateCheckLoad(79);' onError='alert(79);'/><img src='/images/themes/3/bar.jpg' onLoad='templateCheckLoad(80);' onError='alert(80);'/><img src='/images/themes/3/contact_us.jpg' onLoad='templateCheckLoad(81);' onError='alert(81);'/><img src='/images/themes/3/contact_rounded.jpg' onLoad='templateCheckLoad(82);' onError='alert(82);'/><img src='/images/themes/3/contact_background.jpg' onLoad='templateCheckLoad(83);' onError='alert(83);'/><img src='/images/themes/3/submit_button.jpg' onLoad='templateCheckLoad(84);' onError='alert(84);'/><img src='/images/themes/3/input.gif' onLoad='templateCheckLoad(85);' onError='alert(85);'/><img src='/images/themes/3/search_background.jpg' onLoad='templateCheckLoad(86);' onError='alert(86);'/><img src='/images/themes/3/search_rounded.jpg' onLoad='templateCheckLoad(87);' onError='alert(87);'/><img src='/images/themes/3/search_pic.jpg' onLoad='templateCheckLoad(88);' onError='alert(88);'/><img src='/images/themes/3/select_dropdown.jpg' onLoad='templateCheckLoad(89);' onError='alert(89);'/>");
});

function templateCheckLoad(id){
	templateLoadedImages+=1;
	templateTotalBytesLoaded+=parseInt(templateImages[id][1]);
	$("#progressbar").reportprogress(templateTotalBytesLoaded,templateTotalBytes);
}
var showStart=0;

								(function($){
								$.fn.reportprogress = function(val,maxVal) {
									var max;
									if(maxVal){
										max=maxVal
									}else{
										max=100;
									}
									var width=Math.round(val/max*100);
									$("#progress").animate({"width":width+"%"},100,function(){
										if((val>=max) && showStart!=1){
											showStart=1;
											$("#cViewloader").fadeOut("fast",function(){
												$("#hideAll").fadeOut("slow",function(){
													show("MyHouse");
												});
											});
										}
										});
								}})(jQuery);
function setAjax(){
$(".text a").attr("rel","noajax");
$(".page a").attr("rel","noajax");
}