


// JavaScript Document
<!--
function Gallery(product, what)
{
  window.open('http://www.allsuites.cz/gallery_en.html?productID='+product+'&photo_type='+what,'','left=100, top=50, width=640, height=730, toolbar=no, location=no, scrollbars=no, menubar=no, navigation=no');
}


function Map(product)
{
  window.open('http://www.allsuites.cz/map_en.html?productID='+product,'','left=100, top=50, width=640, height=730, toolbar=no, location=no, scrollbars=no, menubar=no, navigation=no');
}
//-->



