/**
 * File: popwindow.js
 * By: Hans Stammel (hans@avip.com.au)
 * for: MPM.com.au : MandurahWA.com and assoc Domains
 * YorkWA.com.au and RegionalWA.com.au : WestAUS.info : WestOZ.info
 * Copyright 1999-2002
 * AardVark Internet Publishing : WA.
 * All rights reserved
 * updated : 11.March 2002
 */


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)
{fenstera=window.open(theURL,winName,features)};

// POP openWindow Display Function
function openWindow(theURL,winName,features)
{fensterb=window.open(theURL,winName,features)};

// POP Contact Display Function
function contact(){fensterc=window.open("http://www.avip.com.au/contact.htm","Contact","width=550,height=400,scrollbars=1,resizable=1")};
// 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.avip.com.au/legal.htm","Legal","width=520,height=400,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.avip.com.au/privacy.htm","Privacy","width=520,height=400,scrollbars")};
// Spam Display Function
function spam()
{fensters=window.open("http://www.avip.com.au/spam.htm","Spam","width=520,height=400,scrollbars")};


// Webdesign Display Function
function webdesign()
{ezimercw=window.open("http://www.avip.com.au/WebDesign/home.htm","WebDesign","width=644,height=480,scrollbars=1,resizable=0")};

function MyFirstStore()
{fenster1=window.open("http://www.awp.com.au/mfs.htm","MyFirstStore","width=640,height=400,scrollbars")};
function EziMerchantPro()
{ezimerc2=window.open("http://www.awp.com.au/ezipro.htm","EziMerchantPro","width=640,height=400,scrollbars")};
