function link01(str) {
window.open('http://www.collezionitoscane.it/','impacchi', 'width=800,height=600,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}
//Tour virtuale
function panoramica1(str) {
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1) 
  {
	p_resize = "no";
  }
  else
    p_resize = "no";
p_w = 800;
p_x = (screen.width - p_w) / 2;
p_h = 600;
p_y = ((screen.height - 45) - p_h) / 2;
  if (p_y < 0) p_y = 0;
  win = window.open("tour/index.html","","toolbar=no,left=" + p_x + ",top=" + p_y + ",width=" + p_w + ",height=" + p_h + ",directories=no,status=no,scrollbars=no,resizable=" + p_resize + ",menubar=no,location=no,copyhistory=no");
}
