function pop()
 {
   var generator=window.open('','name','height=550,width=800');
 
   generator.document.write('<html><head><title>artane 3D</title>');
   generator.document.write('</head><body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0>');
 generator.document.write('<embed height=\"550\" width=\"800\" flashvars=\"pano=http://www.vizyon360.com/tour/Artane/travelogue/travelogue_en.xml\" allowfullscreen=\"true\" src=\"http://www.vizyon360.com/tour/pano/vizyon360.swf\">');
   generator.document.write('</body></html>');
   generator.document.close();
}



function openMailingList(){
	$("mailingList").show();
	
}