/**
 * File: popwindow.js
 * By: Hans Stammel (hans@avip.com.au)
 * Copyright 1999-2006
 * AardVark Internet Publishing : WA.
 * All rights reserved
 * updated : 28. March 2006
 */

// POP openWindow Display Function
function openWindow(theURL,winName,features)
{fensterb=window.open(theURL,winName,features)};
// Legal Display Function
function legal()
{fensterl=window.open("http://www.1avip.net/legal/copyright.htm","Legal","width=620,height=400,scrollbars")};
// MiBmap Display Function
function MiBmap()
{fensterm=window.open("POPmap.htm","MiBmap","width=420,height=520,scrollbars=0")};
// MiBCanVale Display Function
function MiBCanVale()
{fensterm=window.open("POPmap2.htm","MiBmap","width=420,height=630,scrollbars=0")};
// Webdesign Display Function
function webdesign()
{fensterw=window.open("http://www.avip.com.au/WebDesign/","WebDesign","width=720,height=480,scrollbars=1,resizable=0")};


