//v1.0

//Copyright 2006 Adobe Systems, Inc. All rights reserved.

function WinOpenvtour() { 

newwindow=window.open('http://vt.360land.it/ITCIP311880/', 'Virtual Tour', 'top=50,left=50,width=616,height=415,scrollbars=1,status=1,resizable=0');

if (window.focus) {newwindow.focus()}

}