/**
 * File: popOBR.js
 * By: Hans Stammel (hans@avip.com.au) - www.avip.biz
 * for: Stammel.com - and assoc Domains under the Portal
 * Copyright 1999-2005
 * AardVark Internet Publishing and Web Design : AVIP San Remo WA.
 * All rights reserved
 * revised: 12.Nov 2005
 */

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

function openPicWin(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()" onmousedown="self.close()">'); 
	newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

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,scrollbars=0,top=20,screenY=20,left=100,screenX=100,resizable=no,menubar=no,directories=no,location=no,status=no")};

// POP PopConverter Display Function
function PopConverter()
  {window.open('http://www.ozforex.com.au/cal/generic/ozforexcal.asp','Remote', 'toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,copyhistory=no,dependent=0,height=300,width=250');}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// AVIP POP GENERAL Functions

// POP AdSpace Function
function AdSpace()
{fenstera=window.open("http://www.avip.biz/banner/AdSpace.htm","adSpace","width=520,height=400,scrollbars=1,resizable=1")};

// Help Display Function
function help()
{fensterh=window.open("http://www.avip.biz/support/index.htm","AVIP","width=680,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=400,scrollbars=1")};
// Webdesign Display Function
function WebDesign()
{fenster10=window.open("http://www.avip.biz/WebDesign","WebDesign","width=680,height=520,scrollbars=1,resizable=1")};
// Webdesign Display Function
function webdesign()
{fenster11=window.open("http://www.avip.biz/WebDesign","WebDesign","width=680,height=520,scrollbars=1,resizable=1")};
// WebHost Display Function
function WebHost()
{fenster12=window.open("http://www.1avip.net/","WebHost","width=780,height=520,scrollbars=1,resizable=1")};
// WebHost Display Function
function webhost()
{fenster13=window.open("http://www.1avip.net/","WebHost","width=720,height=520,scrollbars=1,resizable=1")};

