// Java Sripts for use by all pages
// Author: Roy Rodriguez  Updated: 11/25/06
// No code may be used elsewhere without permission
//

function newWindow(){
royspopup=window.open('moviechapter1.htm','royspopup',
'width=600,height=460,left=60,top=20,resizable=no,status=no');
}

function newWindow2(){
royspopup=window.open('moviechapter2.htm','royspopup',
'width=600,height=460,left=60,top=20,resizable=no,status=no');
}

function newWindowCliff(){
royspopup=window.open('ehcliffnotes.html','royspopup',
'width=630,height=680,left=10,top=10,resizable=no,status=no');
}

function newWindowINEH(){
royspopup=window.open('ineh.html','royspopup',
'width=600,height=370,left=20,top=20,resizable=no,status=no');
}

function newWindowRM(){
royspopup=window.open('rogermeinke.html','royspopup',
'width=750,height=500,left=20,top=20,resizable=no,status=no,scrollbars=yes');
}

function newWindowWOW(){
royspopup=window.open('wowcollage.html','royspopup',
'width=875,height=785,left=20,top=20,resizable=no,status=no,scrollbars=no');
}

function newWindowPix(){
royspopup=window.open('ehandreiki.html','royspopup',
'width=740,height=600,left=20,top=20,resizable=no,status=no,scrollbars=yes');
}

function newWindowHealthCare(){
royspopup=window.open('integrativehealth.html','royspopup',
'width=650,height=750,left=100,top=20,resizable=no,status=no,scrollbars=yes');
}

function newWindowHapn08(){
royspopup=window.open('happ08.html','royspopup',
'width=890,height=870,left=300,top=5,resizable=no,status=no,scrollbars=no');
}

function newWindowHapn(){
royspopup=window.open('hapnbrochure.html','royspopup',
'width=375,height=640,left=500,top=0,resizable=no,status=no,scrollbars=no');
}

function CloseThis(){
	window.close()
}

var newWindow;

function subWindow() {
    if (arguments.length < 1) {
        alert("function subWindow called with " + arguments.length +
              " arguments, but it expects at least 1 arguments.");
        return null;
    }
    var heightval = arguments[1] != null ? arguments[1] : 480;
    var widthval = arguments[2] != null ? arguments[2] : 640;
    var filename = arguments[3] != null ? arguments[3] : "";
    var dimensions = "directory=1,height="+heightval+",width="+widthval+
                     ",left=130,top=180,resizable=1,statusbar=0,hotkeys=0,menubar=0,scrollbars=0,status=0,toolbar=0";
    var newWindow = window.open(filename,arguments[0],dimensions);
	{newWindow.focus()}
 
    if (!filename) {
        newWindow.document.write("TheEsotericBloom.com")
        newWindow.document.write("<center><font size=4 color='red'>Loading, please wait...</font></center>")
        newWindow.document.bgColor="lightyellow"  
   }
    return;
}

// Scripts (c)2005 Roy Rodriguez