/**
 * File: popwindow.js
 * By: Hans Stammel (hans@avip.com.au)
 * for: AVIP.com.au : AardVark IP and assoc Domains
 * and iShopWA.com and assoc Domains 
 * Copyright 1999-2002
 * AardVark Internet Publishing : WA.
 * All rights reserved
 * revised: 31.DEcember 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)
{fenster01=window.open(theURL,winName,features)};

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

// POP ShowMore Display Function
function showMore(theURL,winName)
{fenster03=window.open(theURL,winName,"width=420,height=345,top=20,screenY=20,left=100,screenX=100,scrollbars=0,resizable=no,menubar=no,toolbar=0,directories=no,location=no,status=no")};

// POP AdSpace Function
function AdSpace()
{fenstera=window.open("http://www.avip.com.au/banner/AdSpace.htm","adSpace","width=520,height=400,scrollbars=1,resizable=1")};
// 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")};
// POP Domain Registration Display Function
function DomRegAU()
{fensterd=window.open("http://www.melbourneit.com.au/affiliates/register/?affid=1868","DomReg","width=550,height=400,scrollbars=1,resizable=1")};
// Help Display Function
function help()
{fensterh=window.open("http://www.avip.com.au/support/index.htm","AVIP","width=680,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=1")};
// SiteMap Display Function
function sitemap()
{fensterm=window.open("http://www.avip.com.au/Sitemap/default.htm","AVIP","width=680,height=480,scrollbars=1,toolbar=1,resizable=1,status=1")
};
// News Display Function
function news()
{fenstern=window.open("http://www.avip.com.au/News.htm","News","width=450,height=400,scrollbars=1")};
// Privacy Display Function
function privacy()
{fensterp=window.open("http://www.avip.com.au/privacy.htm","LEGAL","width=520,height=400,scrollbars=1")};
// Spam Display Function
function spam()
{fensters=window.open("http://www.avip.com.au/spam.htm","LEGAL","width=520,height=400,scrollbars=1")};
// AVIPServices Display Function
function services()
{fenstert=window.open("http://www.avip.com.au/services.htm","AVIP","width=680,height=480,scrollbars=1,resizable=1")};

// Webdesign Display Function
function WebDesign()
{fenster10=window.open("http://www.avip.com.au/WebDesign/home.htm","WebDesign","width=644,height=480,scrollbars=1,resizable=1")};
// Webdesign Display Function
function webdesign()
{fenster11=window.open("http://www.avip.com.au/WebDesign/home.htm","WebDesign","width=644,height=480,scrollbars=1,resizable=1")};

// WebHost Display Function
function WebHost()
{fenster12=window.open("http://www.1avip.net/","WebHost","width=644,height=480,scrollbars=1,resizable=1")};
// WebHost Display Function
function webhost()
{fenster13=window.open("http://www.1avip.net/","WebHost","width=644,height=480,scrollbars=1,resizable=1")};

// TownMaps Display Function
function maps()
{fenster14=window.open("http://www.WestAUS.info/Maps/","News","width=660,height=480,scrollbars=1,resizable=1")};

function MyFirstStore()
{ezimerc1=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")};

// Date Function
function writeTheDate() {
	thisMonth = new Date();
	document.write("<font face=\"Arial, Helvetica, sans-serif\" size=\"-1\"><strong>");
	document.write((thisMonth.getMonth()+1) + "-" + thisMonth.getDate() + "-" + thisMonth.getFullYear());
	document.write("</strong></font>");
}