$(function(){
	$('a[@href~="demo/mp.html"]').click(function(){
		window.open(this.href, "demo_mp","width=520,height=585,menubar=no,scrollbars=no,resizable=no");
		return false;
	});
	$('a[@href~="simple_catalog.html?"]').click(function(){
		window.open(this.href, "catalog","width=880,height=850,menubar=no,scrollbars=yes,resizable=yes");
		return false;
	});
	$('a[@href~="demo/catalog.html"]').click(function(){
		window.open(this.href, "demo_catalog","width=880,height=850,menubar=no,scrollbars=yes,resizable=yes");
		return false;
	});
	$('a[@href~="demo.php"]').click(function(){
		window.open(this.href, "demo_web_panel","width=950,height=800,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,resizable=yes");
		return false;
	});
	$('a[@href~="demo/map.html"]').click(function(){
		window.open(this.href, "demo_map","width=530,height=400,menubar=no,scrollbars=no,resizable=no");
		return false;
	});
	$('a[@href~="simple_map.html"]').click(function(){
		window.open(this.href, "map","width=530,height=400,menubar=no,scrollbars=no,resizable=no");
		return false;
	});
	$('a[@href~="simple_map_s.html"]').click(function(){
		window.open(this.href, "map","width=330,height=250,menubar=no,scrollbars=no,resizable=no");
		return false;
	});
});
