function minaOfferter()
{
	var dataString = $("form").serialize();
	$.ajax({
	type: "POST",
	url: "xtools/x_checkuser.php",
	data: dataString,
	success: function()
	{
		//tb_show('', 'xtools/x_open.php?height=400&width=640&modal=true&TB_iframe=true', null);
		$.fancybox({
			"padding"		: 0,
			"width"			: 680,
			"height"		: 460,
			"href"			: "xtools/x_open.php",
			"type"			: "iframe"
			
		});
	}
}); 
	return false;
}
function minaLogotyper()
{
	var dataString = $("form").serialize();
	$.ajax({
	type: "POST",
	url: "xtools/x_checkuser.php",
	data: dataString,
	success: function()
	{
		//tb_show('', 'xtools/x_logos.php?height=450&width=600&modal=true&TB_iframe=true', null);
		$.fancybox({
			"padding"		: 0,
			"width"			: 680,
			"height"		: 460,
			"href"			: "xtools/x_logos.php",
			"type"			: "iframe"
			
		});
	}
}); 
	return false;
}

function orderhistorik()
{
	var win_h = pageHeight() > 610 ? 600 : pageHeight()-50;
	var dataString = $("form").serialize();
	$.ajax({
	type: "POST",
	url: "xtools/z_checkuser.php",
	data: dataString,
	success: function()
	{
		//tb_show('', 'xtools/z_orders.php?height=' + win_h + '&width=800&modal=true&TB_iframe=true', null);
		$.fancybox({
			"padding"		: 0,
			"width"			: 830,
			"height"		:  win_h,
			"href"			: "xtools/z_orders.php",
			"type"			: "iframe"
			
		});
	}
	}); 
}

function y(contentId, lang)
{
	var win_h = pageHeight() > 610 ? 600 : pageHeight()-50;
	tb_show('', 'xtools/y_toplinkhandler.php?cid=' + contentId + '&lang=' + lang + '&height=' + win_h + '&width=800&modal=true&TB_iframe=true', null);
}

function pageHeight() {return  window.innerHeight != null ? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;}
