// Title Atelier Cozinhas Chefe Aux Function
// Luis Coelho 2008
//Function to resize windows objects
function LoadAll(){
var h=document.body.clientHeight;
var w=document.body.clientWidth;
//document.getElementById("mainDocEmbed").style.height=h*0.95;
//document.getElementById("MainDocEmbed").style.width=w*0.95;
var i=document.getElementById("menuN").clientWidth;
//alert("size text:"+i);
document.getElementById("menuN").style.left=w/2-i/2;
}
function LoadAllMap(){
var w=document.body.clientWidth;
var i=document.getElementById("menuN").clientWidth;
document.getElementById("menuN").style.left=w/2-i/2;
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
myText ='<span style="font-family: Trebuchet MS;">Atelier de Cozinhas Chefe</span><br style="font-family: Trebuchet MS;"><span style="font-family: Trebuchet MS;">Telf.:21920354/55 Fax: 219203056</span><br style="font-family: Trebuchet MS;"><span style="font-family: Trebuchet MS;">Praceta Raul Brand&atilde;o, N&ordm;18 LjA</span><br style="font-family: Trebuchet MS;"> <span style="font-family: Trebuchet MS;">2725-424 Mem Martins</span>';
map.removeMapType(G_HYBRID_MAP);
map.setCenter(new GLatLng(38.7924, -9.3387), 13);
map.addControl(new GLargeMapControl());
var mapControl = new GMapTypeControl();
map.addControl(mapControl);
map.openInfoWindowHtml(map.getCenter(),myText); }

}
//
function popup() {
window.open('http://www.ateliercozinhaschefe.com','','toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=100,height=200,left=0,top=0');
}
function openWindow(URL,windowName,windowProperties){
newWindow=window.open(URL,windowName,windowProperties);
}
function closeWindow(windowName){
newWindow.close(windowName)
}


