function PopUp(path,text) {	

var tmp = new Array();
tmp[0]='Unlimited use of fully furnished conference rooms with wireless Internet.';  
tmp[1]='Full service kitchens with free coffee and beverage service.'; 
tmp[2]='Included receptionist to screen calls, greet guests, and receive packages.'; 
tmp[3]='Specially designed, fully furnished training rooms equipped with wifi and state of the art presentation technology.';
tmp[4]='Private Executive Offices, Low – Risk – short term agreements, available furnished or unfurnished.';  
tmp[5]='';
tmp[6]='Prestigious location';
tmp[7]='Golf course views';
document.getElementById('ttip').style.display='block';
document.getElementById('ttip').innerHTML=('<img src="'+path+'" alt="" border="0"><br>');

/*
myWin= open();
myWin.document.open();
myWin.document.write ("<html><head><title></title>");
myWin.document.write ('<link rel="stylesheet"  type="text/css" href="../includ/main.css">');
myWin.document.write ('<style>');
myWin.document.write ('p {color: #000000; font: normal bold 12px verdana, tahoma, arial;}');
myWin.document.write ('</style>');
myWin.document.write ('</head>');
myWin.document.write ("<body>");
myWin.document.write ('<p align="center"><img src="'+path+'" alt=""></p>');
myWin.document.write ('<p align="center">'+tmp[text]+'</p>');
myWin.document.write ("</body></html>");
myWin.document.close();	  */
}