// JavaScript Document

function openwidow(idwindow){
window.open(idwindow+'.htm','Itshare','width=500,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top='+((screen.height/2)-(250))+',left='+((screen.width/2)-(250))+'');
}