/**
 * File: popwindow.js
 * By: Hans Stammel (hans@avip.com.au)
 * for: merinotech.com.au and assoc Domains
 * and RegionalWA.com.au : WestAUS.info : WestOZ.info
 * Copyright 1999-2005
 * AardVark Internet Publishing : WA.
 * All rights reserved
 * updated : 17.June 2005
 */


function popWindow(url, w, h, windowName) 
{	win = window.open(url, windowName, "height=" + h + ",width=" + w + ",resizable=no,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");}

// POP newWin Display Function
function newWin(theURL,winName,features)
{fenster1=window.open(theURL,winName,features)};

// POP openWindow Display Function
function openWindow(theURL,winName,features)
{fenster2=window.open(theURL,winName,features)};

// Help Display Function
function help()
{fensterh=window.open("http://www.avip.com.au/support/default.htm","FAQ","width=640,height=400,scrollbars=1,resizable=1,status=1")};
// Legal Display Function
function legal()
{fensterl=window.open("http://www.1avip.net/legal/copyright.htm","Legal","width=720,height=480,scrollbars")};
// News Display Function
function news()
{fenstern=window.open("http://www.mpm.com.au/News.htm","News","width=450,height=400,scrollbars")};
// Privacy Display Function
function privacy()
{fensterp=window.open("http://www.1avip.net/legal/privacy.htm","Privacy","width=720,height=480,scrollbars")};
// Spam Display Function
function spam()
{fensters=window.open("http://www.1avip.net/legal/spam.htm","Spam","width=720,height=480,scrollbars")};


// Webdesign Display Function
function webdesign()
{avipbiz=window.open("http://www.avip.biz/WebDesign/","WebDesign","width=700,height=480,scrollbars=1,resizable=0")};
