// Resize window
/*self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);*/
// Upload Pictures
if (navigator.appVersion.substring(0,1)>=3){
	studio_Out=new Image();
	studio_Out.src="../images/studio_out.gif";
	sites_Out=new Image();
	sites_Out.src="../images/sites_out.gif";
	promotion_Out=new Image();
	promotion_Out.src="../images/promotion_out.gif";
	banners_Out=new Image();
	banners_Out.src="../images/banners_out.gif";
	flash_Out=new Image();
	flash_Out.src="../images/flash_out.gif";
	logos_Out=new Image();
	logos_Out.src="../images/logos_out.gif";
	domains_Out=new Image();
	domains_Out.src="../images/domains_out.gif";
	hosting_Out=new Image();
	hosting_Out.src="../images/hosting_out.gif";
	price_Out=new Image();
	price_Out.src="../images/price_out.gif";
	order_Out=new Image();
	order_Out.src="../images/order_out.gif";

	studio_Over=new Image();
	studio_Over.src="../images/studio_over.gif";
	sites_Over=new Image();
	sites_Over.src="../images/sites_over.gif";
	promotion_Over=new Image();
	promotion_Over.src="../images/promotion_over.gif";
	banners_Over=new Image();
	banners_Over.src="../images/banners_over.gif";
	flash_Over=new Image();
	flash_Over.src="../images/flash_over.gif";
	logos_Over=new Image();
	logos_Over.src="../images/logos_over.gif";
	domains_Over=new Image();
	domains_Over.src="../images/domains_over.gif";
	hosting_Over=new Image();
	hosting_Over.src="../images/hosting_over.gif";
	price_Over=new Image();
	price_Over.src="../images/price_over.gif";
	order_Over=new Image();
	order_Over.src="../images/order_over.gif";
}
function rollOut(imgName){
	if (navigator.appVersion.substring(0,1)>=3){
		document.images[imgName].src=eval(imgName+'_Out.src');
	}
}
function rollOver(imgName){
	if (navigator.appVersion.substring(0,1)>=3){
		document.images[imgName].src=eval(imgName+'_Over.src');
	}
}
function prices(coll,state){
	var bgColor=coll.bgColor;
	if(state==1){
		coll.style.backgroundColor="#ffffcc";
	}
	else{
		coll.style.backgroundColor=bgColor;
	}
}
