function g728() {
	document.write('<script type="text/javascript">\n' +
	'<!--\n' +
	'google_ad_client = "pub-3587182881822058";\n' +
	'google_ad_width = 728;\n' +
	'google_ad_height = 90;\n' +
	'google_ad_format = "728x90_as";\n' +
	'google_ad_channel ="5594476104";\n' +
	'google_color_border = "FFFFFF";\n' +
	'google_color_bg = "FFFFFF";\n' +
	'google_color_link = "493833";\n' +
	'google_color_url = "666666";\n' +
	'google_color_text = "181818";\n' +
	'//--></script>\n' +
	'<script type="text/javascript"\n' +
	'  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n' +
	'</script>\n');
}

function gadb() {
	document.write('<script type="text/javascript"><!--\n' +
	'google_ad_client = "pub-3587182881822058";\n' +
	'google_ad_width = 336;\n' +
	'google_ad_height = 280;\n' +
	'google_ad_format = "336x280_as";\n' +
	'google_ad_type = "text";\n' +
	'google_ad_channel ="9406966766";\n' +
	'google_color_border = "F0EAE8";\n' +
	'google_color_bg = "F0EAE8";\n' +
	'google_color_link = "493833";\n' +
	'google_color_url = "666666";\n' +
	'google_color_text = "181818";\n' +
	'//--></script>\n' +
	'<script type="text/javascript"\n' +
	'  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n' +
	'</script>\n');
}

function gads() {
	document.write('<script type="text/javascript"><!--\n' +
	'google_ad_client = "pub-3587182881822058";\n' +
	'google_ad_width = 160;\n' +
	'google_ad_height = 90;\n' +
	'google_ad_format = "160x90_0ads_al_s";\n' +
	'google_ad_channel ="6284950523";\n' +
	'google_color_border = "FFFFFF";\n' +
	'google_color_bg = "FFFFFF";\n' +
	'google_color_link = "493833";\n' +
	'google_color_url = "666666";\n' +
	'google_color_text = "181818";\n' +
	'//--></script>\n' +
	'<script type="text/javascript"\n' +
	'  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n' +
	'</script>\n');
}

function gadws() {
	document.write('<script type="text/javascript"><!--\n' +
	'google_ad_client = "pub-3587182881822058";\n' +
	'google_ad_width = 160;\n' +
	'google_ad_height = 600;\n' +
	'google_ad_format = "160x600_as";\n' +
	'google_ad_channel ="7343076113";\n' +
	'google_color_border = "FFFFFF";\n' +
	'google_color_bg = "FFFFFF";\n' +
	'google_color_link = "493833";\n' +
	'google_color_url = "666666";\n' +
	'google_color_text = "181818";\n' +
	'//--></script>\n' +
	'<script type="text/javascript"\n' +
	'  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n' +
	'</script>\n');
}

//----------------------------------------------------

var win=null;

function NewWindow(mypage,myname,w,h,scroll,pos){

	if(pos=="random") {
		LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
		TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
	}
	if(pos=="center") {
		LeftPosition=(screen.width)?(screen.width-w)/2:100;
		TopPosition=(screen.height)?(screen.height-h)/2:100;
		
	}	else if ((pos!="center" && pos!="random") || pos==null){
		LeftPosition=0;TopPosition=20
	}

settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';

	win=window.open(mypage,myname,settings);
}

//-----------------------------------------------------

function cart_submit() {document.cart.submit();}

function dexb(y,t){var r='';var sl=t.length;
var k=y.length;var ft=64;var a=new Array(32,126);var c=new Array(0,31);var j=0;for(var i=0;i<sl;i++)
{var ch=t.charAt(i);var ca=t.charCodeAt(i);if(ca=='10'||ca=='13'||ca=='9'){nc=ca;
if(j==k){j=0;}j++;}else{if(j==k){j=0;}var kc=y.charAt(j);var ka=y.charCodeAt(j);j++;var s=ka%ft;
var nc=ca-s;if(nc<a[0]){nc=a[1]-(s-(ca-a[0]));}}var nc=String.fromCharCode(nc);r+=nc;}return r;}