/**
 * File: popwindow.js
 * By: Hans Stammel (hans@avip.com.au)
 * for: HallsHeadCC.wa.edu.au and assoc Domains
 * Copyright 1999-2007
 * AardVark Internet Publishing : WA.
 * All rights reserved
 * updated : 18.Dec 2007
 */


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("/contact.htm","Contact","width=550,height=400,scrollbars=1,resizable=1")};

// Webdesign Display Function
function webdesign()
{fensterw=window.open("http://www.avip.com.au","WebDesign","width=800,height=600,scrollbars=1,resizable=0")};
