// JavaScript Document
//łśćłżź
//var DebugMode=true; //Show Alerts



/* =============================== shopping [START] ================================= */
$JQ(document).ready(function() {
	$JQ("#dialog").dialog({
		autoOpen: false,
		bgiframe: true,
		resizable: false,
		closeOnEscape: true,
		//show: 'slide',
		//hide: 'slide',
		//height:140,
		width:300,
		height:50,
		modal: false,
		overlay: {
			backgroundColor: '#000',
			opacity: 0.7
		}
		
	});
	
	$JQ('#dialog').dialog('open');
	var Result=redirectSecure();
	if(Result==true || Result==false){ $JQ('#dialog').dialog('close'); }
});
/* =============================== shopping [END] =================================== */
