var URL=location.href;

function CreateBookmarkLink() {

title = "מירי בלקין";

url = "http://www.miribelkin.co.il";

if (window.sidebar) { // Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"");
} else if( window.external ) { // IE Favorite
window.external.AddFavorite( url, title); }
else if(window.opera && window.print) { // Opera Hotlist
return true; }
}
function setasHome(msg){
    if (document.all)
    {
        document.body.style.behavior='url(#default#homepage)';
        document.body.setHomePage('http://www.miribelkin.co.il');
    }
    else if (window.sidebar)
    {
         if(window.netscape)
        {
             try
             {  
                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
             }  
             catch(e)  
             {  
                //alert("this action was aviod by your browser,if you want to enable,please enter about:config in your address line,and change the value of signed.applets.codebase_principal_support to true");  
                alert(msg);
             }
        } 
        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
        prefs.setCharPref('browser.startup.homepage','http://www.miribelkin.co.il');
     }
}
function makeDefhp(element, url)
{
    element.style.behavior='url(#default#homepage)'; 
    element.setHomePage(url);
}function openwin(strs,Id,w,h,scroll){var mynewwind=window.open(strs+"?Id="+Id,'mynewwind','width='+w+',height='+h+',top=200,left=300,resizable=no scrollbars='+ scroll +' toolbar=no channelmode=no fullscreen=no');return false;}
function makefrvt(self,title)
{
    var chr = 'CTRL-D';
    var agt=navigator.userAgent.toLowerCase();
    if (window.navigator.appName.charAt(0) == "M") window.external.AddFavorite(self,title);
    else alert('Press '+chr+' to bookmark this page.');
    return false;
}
function GonextPage(url){
window.location.href=url;
}
function IfNotSelected(items,radio,msg) {
var bReturn = false;
for (var i = 0;i < items; i++)
{
if (document.getElementById(radio+"_"+i).checked == true)
{bReturn = true;}
}
if (!bReturn){alert(msg);}
return bReturn;
}
function IfNotSelectedProd(msg) {
var bReturn = false;
for (var i = 0;i < document.getElementById("counter").value; i++)
{
if (document.getElementById('check'+i).checked == true)
    {bReturn = true;}
}
if (!bReturn){alert(msg);}
return bReturn;
}
function CheckSearchBox(srch,msg){
    if(document.getElementById(srch).value.trim()==""){
    alert(msg);document.getElementById(srch).focus();return false;}
}    
function CheckClick(e)
{
    var key;

     if(window.event)
          key = window.event.keyCode;     //IE
     else
          key = e.which;     //firefox

    if (key == 13)
        return false;
    else
        return true;
}
function CalculateBody(body,sex)
{
    for (var i = 0;i < 2; i++)
    {
    if (document.getElementById(sex+"_"+i).checked == true)
        {
       document.getElementById(body).style.background="url(SiteImages/Registration/BodyCalcFemail.gif)";
       document.getElementById(sex+"_"+i).checked;
       }
    else{
        document.getElementById(body).style.background="url(SiteImages/Registration/BodyCalcMail.gif)";  
        document.getElementById(sex+"_"+i).checked;
        } 
    }
}
function YourBody(OpenObj,thisObj)
{
    var ss="";
    for (var i = 0;i < 3; i++)
    {
        if (document.getElementById(thisObj+"_"+i).checked == true)
            ss=document.getElementById(thisObj+"_"+i).value;    
    }
    window.opener.document.getElementById(OpenObj).value=ss;
    top.close();
}
function ShowImage(objCurrent,num,objWho,Image)
{
    for(var i=0;i<num;i++){
        if(i<10)
            document.getElementById(objWho + "_ctl0" + i + "_" + Image).src="SiteImages/spacer.gif";
        else
           document.getElementById(objWho + "_ctl" + i + "_" + Image).src="SiteImages/spacer.gif";
    }     
    
    document.getElementById(objCurrent).src="SiteImages/Registration/RegPage2_arrow.gif";
}
function validate(obj,obcheck)
{
     if(!document.getElementById(obcheck).checked)
        document.getElementById(obj).style.visibility='';
     else
        document.getElementById(obj).style.visibility="hidden";
}
function CheckUser(user,pass,msg)
{
    if( document.getElementById(user).value=="" && document.getElementById(pass).value==""){
        alert(msg);
        return false;}
    else
        return true;    
}
function checkAllMenu(counter,obj)
{
    for(var i=1;i<(document.getElementById(counter).value);i++)
        document.getElementById(obj+i).checked = true;
    return false;    
}
function fullScreen()
{
    try
    {
    var player=document.getElementById('Player'); 
    player.fullScreen=true;
    }
    catch(err)
    {
        alert("Impossible to dislpay in full screen");
    }
}
function CheckData(obj1,obj2,obj3,msg)
{
     var at=document.getElementById(obj2).value.indexOf("@");
     var dot=document.getElementById(obj2).value.indexOf(".");
     if( document.getElementById(obj1).value=="" || document.getElementById(obj2).value=="" || document.getElementById(obj3).value=="" )
        {alert(msg);return false;}
     else
     if((at==-1)||(dot==-1))
        {alert("Wrong e-mail");document.getElementById(obj2).focus();return false;}
     else
     if(!stringFilter(document.getElementById(obj3),"1234567890-"))
        {alert("Wrong phone number");document.getElementById(obj3).focus();return false;}      
}
function stringFilter (input,sts) 
{s = input.value;
filteredValues = sts;     
var i,f,d;
var returnString = "";
for (i = 0; i < s.length; i++) {  
	var c = s.charAt(i);
if (filteredValues.indexOf(c) == -1) 
	returnString += c;
}f = returnString;
if (f=="")
	return  d=true;
}
function ForgotMail(user,msg)
{
    if( document.getElementById(user).value==""){
        alert(msg);
        return false;}
    else
        return true;    
}
function newTargetWindow(url)
{
    var mynewwind=window.open(url,'mynewwind','width=700,height=600,top=50,resizable=1,scrollbars=1,toolbar=1,menubar=1,location=1');
    return false;
}
function thisWindow(url)
{
 document.location.href=url;
 return false;
}
function OpenChild() 
{
    if (window.showModalDialog && navigator.appName!="Netscape"){ 
        var WinSettings = "center:yes;resizable:no;dialogHeight:385px;width:490px;"
        var MyArgs = window.showModalDialog("http://www.miribelkin.co.il/ComercialPopUp.htm", 'PopUp', WinSettings);
    }
    else{
        window.open('http://www.miribelkin.co.il/ComercialPopUp.htm','','top=100,width=500,height=385,left=200,resizable=0,scrollbars=0,toolbar=no ,modal=yes');
    }
}
//////////////////////////////////////////      Return XML     /////////////////////////////////////////////////


function stateChangedPostReturnXml() {
    if (xmlHttp.readyState == 4) {

        var xmlString = xmlHttp.responseText;

        //  ////

        var xmlDocRes = GetxDoc(xmlString);



        ////////////////////////////  Action To Return XML ////////////////////////////////////////////////////

        ////
        var action = xmlDocRes.firstChild.getAttribute("action");

        switch (action) {


            case "ActCheckNameSignIn":
                BackCheckNameSignIn(xmlDocRes.firstChild.childNodes[0].data);
                break;

            case "ActNewTopic":
                BackNewTopic(xmlDocRes.firstChild.childNodes[0].data);
                break;

            case "ActGetTopics":
                BackTopics(xmlDocRes.firstChild.childNodes[0].data);
                break;

            case "ActGetSubTopics":
                BackSubTopics(xmlDocRes.firstChild.childNodes[0].data);
                break;

            case "ActNewMessage":
                BackActNewMessage(xmlDocRes.firstChild.childNodes[0].data);
                break;




        }

    }
}

function GetxDoc(xmlString) {

    var xmlDoc = null;

    // code for IE
    if (window.ActiveXObject) {

        xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
        xmlDoc.loadXML(xmlString);
    }
    // code for Mozilla, Firefox, Opera, etc.
    else if (document.implementation && document.implementation.createDocument) {

        xmlDoc = document.implementation.createDocument("", "", null);
        var parser = new DOMParser();
        xmlDoc = parser.parseFromString(xmlString, "text/xml");
    }
    else {
        alert('Your browser cannot handle this script');
    }

    return xmlDoc;
}


//////////////////////////////////////////    End  Return XML     /////////////////////////////////////////////////




///////////////// Start CheckNameSignIn ////////////////////

function checkNameSignIn() {

    var username = document.getElementById("username").value;
    var password = document.getElementById("password").value;

    var xmlString = '<result name="' + username + '"  pass="' + password + '"   ></result>';
    var action = 'checkNameSignIn';

    GenericF(xmlString, action);


}


function BackCheckNameSignIn(xmlString) {

    var xmlDoc = GetxDoc(xmlString);

    var UserIn = xmlDoc.firstChild.getAttribute("UserIn");

    if (UserIn == "yes")
        window.location = 'UserHomePage.aspx';
    else
        alert("check your input");



}


//////////////////////////////// END  CheckNameSignIn ////////////////////


///////////////////////////////  Start AddNewTopic    ////////////////////

function AddNewTopic() {

    var NewTopicTxt = document.getElementById("NewTopic").value;

    var xmlString = '<result NewTopicTxt="' + NewTopicTxt + '"   ></result>';
    var action = 'AddNewTopic';

    GenericF(xmlString, action);
}

function BackNewTopic(xmlString) {

    var xmlDoc = GetxDoc(xmlString);
    
    var IsTopicLoad = xmlDoc.firstChild.getAttribute("IsTopicLoad");

    alert(IsTopicLoad);
}

//////////////////////////////// END  AddNewTopic ////////////////////

///////////////////////////////  START WachCategories   ////////////////////

function GetTopics() {

    var xmlString = "";

    xmlString = '<result CategoryId="1"   ></result>';

    var action = 'WachCategories';

    GenericF(xmlString, action);
}

function BackTopics(xmlString) {

    document.getElementById("DataDiv").innerHTML = xmlString;
}

///////////////////////////////  END WachCategories   ////////////////////



////////////////////////////////  Start LoadSubCat   /////////////////////

function LoadSubCat(CatId) {

    var aaa = CatId;

    var xmlString = '<result CategoryId="' + CatId + '"  ></result>';

    var action = 'WatchSubCategories';

    GenericF(xmlString, action);

}


function BackSubTopics(xmlString) {

    document.getElementById("DataDiv").innerHTML = xmlString;

}

///////////////////////////////  End  LoadSubCat   /////////////////////

function CloseMsg(val) {


    document.getElementById(val).style.display = 'none';
}

function AddMsg(ArticalId, IdMassage, pageNumber) {


    //  var tt = document.getElementById(val).innerHTML;
    AddReplay(ArticalId, IdMassage, pageNumber);



}


//function LoadNewMsg(ResponseToUsername, ArticalId, IdMassage, PageNumber) {
//   
//   
//    varDivId = "InnDiv" + IdMassage;
//    var InnerDat = document.getElementById(varDivId).innerHTML;


//    var CutedStr = InnerDat;
//    try {
//        CutedStr = InnerDat.split("<BR>")[0].slice(0,200);
//    }
//    catch (err) {
//    }


//    document.getElementById(varDivId).innerHTML = CutedStr+"...";
//    
//    if(ReadCookie("Users"))
//        document.getElementById(varDivId).innerHTML +="<div style=\"height:10px\"></div>[<a href='javascript:;' onclick=\"CloseMsg('" + varDivId + "');\" >" + decodeURIComponent("%D7%A1%D7%92%D7%95%D7%A8") + "</a>][<a href='javascript:;' onclick=\"openNewMessage('" + ResponseToUsername + "','" + ArticalId + "','" + IdMassage + "','" + PageNumber + "');\" >" + decodeURIComponent("%D7%94%D7%95%D7%A1%D7%A3%20%D7%AA%D7%92%D7%95%D7%91%D7%94") + "</a>]<div style=\"height:10px\"></div>";
//    else
//        document.getElementById(varDivId).innerHTML +="<div style=\"height:10px\"></div><a href=\"http://www.miribelkin.co.il/Registration.aspx\">" + decodeURIComponent("%D7%A0%D7%90%20%D7%9C%D7%94%D7%9B%D7%A0%D7%A1%20%D7%9C%D7%90%D7%AA%D7%A8%20%D7%90%D7%95%20%D7%9C%D7%94%D7%A6%D7%98%D7%A8%D7%A3.") + "</a><div style=\"height:10px\"></div>";    


//     //document.getElementById(varDivId).innerHTML +="<br>[<a href='#' onclick=\"CloseMsg('" + varDivId + "');\" >סגור</a>][<a href='#' onclick=\"openNewMessage('" + ResponseToUsername + "','" + ArticalId + "','" + IdMassage + "','" + PageNumber + "');\" >הוסף תגובה</a>]";
// 
//    toggle_visibility(varDivId);
//}

function LoadNewMsg(ResponseToUsername, ArticalId, IdMassage, PageNumber) {
    //;
    varDivId = "InnDiv" + IdMassage;

    


    var InnerDat = document.getElementById(varDivId).innerHTML;

    var CutedStr = InnerDat;
    try {
        CutedStr = InnerDat.toUpperCase().split("<DIV")[0];
        //if(CutedStr.length > 350)
        //CutedStr = CutedStr.slice(0,300);
        //  CutedStr = InnerDat.toLowerCase().split("<br>")[0].slice(0, 200);
    }
    catch (err) {
    }

    document.getElementById(varDivId).innerHTML = CutedStr;
    
    if(ReadCookie("Users"))
        document.getElementById(varDivId).innerHTML +="<div style=\"height:10px\"></div>[<a href='javascript:;' onclick=\"CloseMsg('" + varDivId + "');\" >" + decodeURIComponent("%D7%A1%D7%92%D7%95%D7%A8") + "</a>][<a href='javascript:;' onclick=\"openNewMessage('" + ResponseToUsername + "','" + ArticalId + "','" + IdMassage + "','" + PageNumber + "');\" >" + decodeURIComponent("%D7%94%D7%95%D7%A1%D7%A3%20%D7%AA%D7%92%D7%95%D7%91%D7%94") + "</a>]<div style=\"height:10px\"></div>";
    else
        document.getElementById(varDivId).innerHTML +="<div style=\"height:10px\"></div><a href=\"http://www.miribelkin.co.il/Registration.aspx\">" + decodeURIComponent("%D7%A0%D7%90%20%D7%9C%D7%94%D7%9B%D7%A0%D7%A1%20%D7%9C%D7%90%D7%AA%D7%A8%20%D7%90%D7%95%20%D7%9C%D7%94%D7%A6%D7%98%D7%A8%D7%A3.") + "</a><div style=\"height:10px\"></div>";    
 
    toggle_visibility(varDivId);
}

 function toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
    }

function AddReplay(ArticleId, MessageId, pageNumber) {

    AbsoluteNewModalMessageBox = dhtmlmodal.open('AbsoluteNewModalMessageBox', 'iframe', 'AbsoluteNewMessageInfo.aspx', '' +      decodeURIComponent('%D7%90%D7%A9%D7%9B%D7%95%D7%9C%20%D7%97%D7%93%D7%A9%20%D7%9C%D7%A4%D7%95%D7%A8%D7%95%D7%9D')     +' ', 'width=600px,height=400px,center=1,resize=0,scrolling=1')

    AbsoluteNewModalMessageBox.onclose = function() { //Define custom code to run when window is closed

        var theform = this.contentDoc.forms[0] //Access first form inside iframe just for your reference
        var txtsubjectModal = this.contentDoc.getElementById("FCKeditor2").value; //Access form field with id="ModalMessagefield" inside iframe
        var txtcommentModal = this.contentDoc.getElementById("FCKeditor1").value;
        
        txtcommentModal = txtcommentModal.toString().replace("<p>", "").replace("</p>", "");
        txtsubjectModal = txtsubjectModal.toString().replace("<p>", "").replace("</p>", "");
        
        if (txtsubjectModal != "") {

            var xmlString = '<result ArticleId="' + ArticleId + '"  pageNumber="' + pageNumber + '"   IdMassage="' 
            + MessageId + '" >  <![CDATA[' + txtsubjectModal + ']]><![CDATA[' + txtcommentModal + ']]></result>';
 
            var action = 'AddNewMessage';

            GenericF(xmlString, action);
        }

    }
}

function CloseDiv(val) {

    document.getElementById(val).style.display = 'none';
}

function SetMsg() {

    var SetDat = document.getElementById('InputArticalId').value;
    var txtsubject = document.getElementById('ctl00_ContentSiteHolder_txtsubject').value;
    var txtcomment = document.getElementById('ctl00_ContentSiteHolder_txtcomment').value;

    var ArticleId = SetDat.split(",")[0];
    var IdMassage = SetDat.split(",")[1];
    var pageNumber = SetDat.split(",")[2];

    var xmlString = '<result ArticleId="' + ArticleId + '"  pageNumber="' + pageNumber + '"   IdMassage="' + IdMassage + '"   txtsubject="' + txtsubject + '"   txtcomment="' + txtcomment + '"   ></result>';
    var action = 'AddNewMessage';

    GenericF(xmlString, action);

}

function BackActNewMessage(xmlString) {

    var xmlDoc = GetxDoc(xmlString);

    var ArticleId = xmlDoc.firstChild.getAttribute("ArticleId");
    var pageNumber = xmlDoc.firstChild.getAttribute("pageNumber");
    var PageName = xmlDoc.firstChild.getAttribute("PageName");
    var Id = xmlDoc.firstChild.getAttribute("Id");
    
    window.location = PageName + "?TopicId=" + ArticleId + "&PageNum=" + pageNumber+ "&Id=" + Id;
}


function openNewMessage(ResponseToUsername, ArticleId, MessageId, PageNumber) {


    varDivId = "InnDiv" + MessageId;


    var InnerDat = document.getElementById(varDivId).innerHTML;
 

         var CutedStr = InnerDat;
         try {
             CutedStr = InnerDat.split("<DIV")[0];
                     if(CutedStr.length > 350)
                     CutedStr = CutedStr.slice(0,300);
         }
         catch (err) {
         }


         CutedStr = X_EncodeUTF8(CutedStr);

         
         ResponseToUsername = X_EncodeUTF8(ResponseToUsername);

         

         ModalMessagewindow = dhtmlmodal.open('ModalMessageBox', 'iframe', 'NewMessageInfo.aspx?MessageId=' + MessageId + '&ResTo=' + ResponseToUsername + '&OldMsg=' + CutedStr, ''+decodeURIComponent("%D7%AA%D7%92%D7%95%D7%91%D7%94%20%D7%9C%D7%A4%D7%95%D7%A8%D7%95%D7%9D") +' ', 'width=600px,height=500px,center=1,resize=0,scrolling=1')

          
 
        ModalMessagewindow.onclose = function() { //Define custom code to run when window is closed
         
        var theform = this.contentDoc.forms[0] //Access first form inside iframe just for your reference
         
        //Access form field with id="ModalMessagefield" inside iframe
        var txtsubjectModal = this.contentDoc.getElementById("FCKeditor3").value;
        var txtcommentModal = this.contentDoc.getElementById("FCKeditor1").value;
        txtcommentModal = txtcommentModal.toString().replace("<p>", "").replace("</p>", "");
        txtsubjectModal = txtsubjectModal.toString().replace("<p>", "").replace("</p>", "");
 
        if (txtsubjectModal != "")  {
        
            var sPath = window.location.pathname; 
            var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

 
            var xmlString = '<result ArticleId="' + ArticleId + '"  pageNumber="' + PageNumber + '"   IdMassage="' + MessageId + '"  sPage="' + sPage + '"   ><![CDATA[' + txtsubjectModal + ']]><![CDATA[' + txtcommentModal + ']]></result>';

            var action = 'AddNewMessage';

            GenericF(xmlString, action);
        }

        //   alert(theModalMessage.value);
    }
} //End "openNewMessage" function






function X_EncodeUTF8(string) {
    try {
        return encodeURIComponent(string);
    }
    catch (err) {
        try {
            return encodeURI(string);
        }
        catch (err) {
            return (string);
        }
    }
}

function ReadCookie(cookieName) {
 var theCookie=""+document.cookie;
 var ind=theCookie.indexOf(cookieName);
 if (ind==-1 || cookieName=="") return false; 
 var ind1=theCookie.indexOf(';',ind);
 if (ind1==-1) ind1=theCookie.length; 
 return true;
}

/* Modal Script */
var dhtmlmodal = {
    veilstack: 0,
    open: function(t, contenttype, contentsource, title, attr, recalonload) {
        var d = dhtmlwindow //reference dhtmlwindow object
        this.interVeil = document.getElementById("interVeil") //Reference "veil" div
        this.veilstack++ //var to keep track of how many modal windows are open right now
        this.loadveil()
        if (recalonload == "recal" && d.scroll_top == 0)
            d.addEvent(window, function() { dhtmlmodal.adjustveil() }, "load")
        var t = d.open(t, contenttype, contentsource, title, attr, recalonload)
        t.controls.firstChild.style.display = "none" //Disable "minimize" button
        t.controls.onclick = function() { dhtmlmodal.close(this._parent, true) } //OVERWRITE default control action with new one
        t.show = function() { dhtmlmodal.show(this) } //OVERWRITE default t.show() method with new one
        t.hide = function() { dhtmlmodal.close(this) } //OVERWRITE default t.hide() method with new one
        return t
    },


    loadveil: function() {
        var d = dhtmlwindow
        d.getviewpoint()
        this.docheightcomplete = (d.standardbody.offsetHeight > d.standardbody.scrollHeight) ? d.standardbody.offsetHeight : d.standardbody.scrollHeight
        this.interVeil.style.width = d.docwidth + "px" //set up veil over page
        this.interVeil.style.height = this.docheightcomplete + "px" //set up veil over page
        this.interVeil.style.left = 0 //Position veil over page
        this.interVeil.style.top = 0 //Position veil over page
        this.interVeil.style.visibility = "visible" //Show veil over page
        this.interVeil.style.display = "block" //Show veil over page
    },

    adjustveil: function() { //function to adjust veil when window is resized
        if (this.interVeil && this.interVeil.style.display == "block") //If veil is currently visible on the screen
            this.loadveil() //readjust veil
    },

    closeveil: function() { //function to close veil
        this.veilstack--
        if (this.veilstack == 0) //if this is the only modal window visible on the screen, and being closed
            this.interVeil.style.display = "none"
    },


    close: function(t, forceclose) { //DHTML modal close function
        t.contentDoc = (t.contentarea.datatype == "iframe") ? window.frames["_iframe-" + t.id].document : t.contentarea //return reference to modal window DIV (or document object in the case of iframe
        if (typeof forceclose != "undefined")
            t.onclose = function() { return true }
        if (dhtmlwindow.close(t)) //if close() returns true
            this.closeveil()
    },


    show: function(t) {
        dhtmlmodal.veilstack++
        dhtmlmodal.loadveil()
        dhtmlwindow.show(t)
    }
} //END object declaration


    document.write('<div id="interVeil"></div>')



    try {
        dhtmlwindow.addEvent(window, function() { if (typeof dhtmlmodal != "undefined") dhtmlmodal.adjustveil() }, "resize")
    } catch (err) {
    }
/* End ModalScript */


/* dhtmlWindow */

var dhtmlwindow = {

    imagefiles: ['windowfiles/min.gif', 'SiteImages/close.gif', 'windowfiles/restore.gif', 'windowfiles/resize.gif'], //Path to 4 images used by script, in that order
    ajaxbustcache: true, //Bust caching when fetching a file via Ajax?
    ajaxloadinghtml: '<b>Loading Page. Please wait...</b>', //HTML to show while window fetches Ajax Content?

    minimizeorder: 0,
    zIndexvalue: 100,
    tobjects: [], //object to contain references to dhtml window divs, for cleanup purposes
    lastactivet: {}, //reference to last active DHTML window

    init: function(t) {
        var domwindow = document.createElement("div") //create dhtml window div
        domwindow.id = t
        domwindow.className = "dhtmlwindow"
        var domwindowdata = ''
        domwindowdata = '<div class="drag-handle">'
        domwindowdata += 'DHTML Window <div class="drag-controls"><img src="' + this.imagefiles[0] + '" title="Minimize" /><img src="' + this.imagefiles[1] + '" title="Close" /></div>'
        domwindowdata += '</div>'
        domwindowdata += '<div class="drag-contentarea"></div>'
        domwindowdata += '<div class="drag-statusarea"><div class="drag-resizearea" style="background: transparent url(' + this.imagefiles[3] + ') top right no-repeat;">&nbsp;</div></div>'
        domwindowdata += '</div>'
        domwindow.innerHTML = domwindowdata
        document.getElementById("dhtmlwindowholder").appendChild(domwindow)
        //this.zIndexvalue=(this.zIndexvalue)? this.zIndexvalue+1 : 100 //z-index value for DHTML window: starts at 0, increments whenever a window has focus
        var t = document.getElementById(t)
        var divs = t.getElementsByTagName("div")
        for (var i = 0; i < divs.length; i++) { //go through divs inside dhtml window and extract all those with class="drag-" prefix
            if (/drag-/.test(divs[i].className))
                t[divs[i].className.replace(/drag-/, "")] = divs[i] //take out the "drag-" prefix for shorter access by name
        }
        //t.style.zIndex=this.zIndexvalue //set z-index of this dhtml window
        t.handle._parent = t //store back reference to dhtml window
        t.resizearea._parent = t //same
        t.controls._parent = t //same
        t.onclose = function() { return true } //custom event handler "onclose"
        t.onmousedown = function() { dhtmlwindow.setfocus(this) } //Increase z-index of window when focus is on it
        t.handle.onmousedown = dhtmlwindow.setupdrag //set up drag behavior when mouse down on handle div
        t.resizearea.onmousedown = dhtmlwindow.setupdrag //set up drag behavior when mouse down on resize div
        t.controls.onclick = dhtmlwindow.enablecontrols
        t.show = function() { dhtmlwindow.show(this) } //public function for showing dhtml window
        t.hide = function() { dhtmlwindow.hide(this) } //public function for hiding dhtml window
        t.close = function() { dhtmlwindow.close(this) } //public function for closing dhtml window (also empties DHTML window content)
        t.setSize = function(w, h) { dhtmlwindow.setSize(this, w, h) } //public function for setting window dimensions
        t.moveTo = function(x, y) { dhtmlwindow.moveTo(this, x, y) } //public function for moving dhtml window (relative to viewpoint)
        t.isResize = function(bol) { dhtmlwindow.isResize(this, bol) } //public function for specifying if window is resizable
        t.isScrolling = function(bol) { dhtmlwindow.isScrolling(this, bol) } //public function for specifying if window content contains scrollbars
        t.load = function(contenttype, contentsource, title) { dhtmlwindow.load(this, contenttype, contentsource, title) } //public function for loading content into window
        this.tobjects[this.tobjects.length] = t
        return t //return reference to dhtml window div
    },

    open: function(t, contenttype, contentsource, title, attr, recalonload) {
        var d = dhtmlwindow //reference dhtml window object
        function getValue(Name) {
            var config = new RegExp(Name + "=([^,]+)", "i") //get name/value config pair (ie: width=400px,)
            return (config.test(attr)) ? parseInt(RegExp.$1) : 0 //return value portion (int), or 0 (false) if none found
        }
        if (document.getElementById(t) == null) //if window doesn't exist yet, create it
            t = this.init(t) //return reference to dhtml window div
        else
            t = document.getElementById(t)
        this.setfocus(t)
        t.setSize(getValue(("width")), (getValue("height"))) //Set dimensions of window
        var xpos = getValue("center") ? "middle" : getValue("left") //Get x coord of window
        var ypos = getValue("center") ? "middle" : getValue("top") //Get y coord of window
        //t.moveTo(xpos, ypos) //Position window
        if (typeof recalonload != "undefined" && recalonload == "recal" && this.scroll_top == 0) { //reposition window when page fully loads with updated window viewpoints?
            if (window.attachEvent && !window.opera) //In IE, add another 400 milisecs on page load (viewpoint properties may return 0 b4 then)
                this.addEvent(window, function() { setTimeout(function() { t.moveTo(xpos, ypos) }, 400) }, "load")
            else
                this.addEvent(window, function() { t.moveTo(xpos, ypos) }, "load")
        }
        t.isResize(getValue("resize")) //Set whether window is resizable
        t.isScrolling(getValue("scrolling")) //Set whether window should contain scrollbars
        t.style.visibility = "visible"
        t.style.display = "block"
        t.contentarea.style.display = "block"
        t.moveTo(xpos, ypos) //Position window
        t.load(contenttype, contentsource, title)
        if (t.state == "minimized" && t.controls.firstChild.title == "Restore") { //If window exists and is currently minimized?
            t.controls.firstChild.setAttribute("src", dhtmlwindow.imagefiles[0]) //Change "restore" icon within window interface to "minimize" icon
            t.controls.firstChild.setAttribute("title", "Minimize")
            t.state = "fullview" //indicate the state of the window as being "fullview"
        }
        return t
    },

    setSize: function(t, w, h) { //set window size (min is 150px wide by 100px tall)
        t.style.width = Math.max(parseInt(w), 150) + "px"
        t.contentarea.style.height = Math.max(parseInt(h), 100) + "px"
    },

    moveTo: function(t, x, y) { //move window. Position includes current viewpoint of document
        this.getviewpoint() //Get current viewpoint numbers
        t.style.left = (x == "middle") ? this.scroll_left + (this.docwidth - t.offsetWidth) / 2 + "px" : this.scroll_left + parseInt(x) + "px"
        t.style.top = (y == "middle") ? this.scroll_top + (this.docheight - t.offsetHeight) / 2 + "px" : this.scroll_top + parseInt(y) + "px"
    },

    isResize: function(t, bol) { //show or hide resize inteface (part of the status bar)
        t.statusarea.style.display = (bol) ? "block" : "none"
        t.resizeBool = (bol) ? 1 : 0
    },

    isScrolling: function(t, bol) { //set whether loaded content contains scrollbars
        t.contentarea.style.overflow = (bol) ? "auto" : "hidden"
    },

    load: function(t, contenttype, contentsource, title) { //loads content into window plus set its title (3 content types: "inline", "iframe", or "ajax")
        if (t.isClosed) {
            alert("DHTML Window has been closed, so no window to load contents into. Open/Create the window again.")
            return
        }
        var contenttype = contenttype.toLowerCase() //convert string to lower case
        if (typeof title != "undefined")
            t.handle.firstChild.nodeValue = title
        if (contenttype == "inline")
            t.contentarea.innerHTML = contentsource
        else if (contenttype == "div") {
            var inlinedivref = document.getElementById(contentsource)
            t.contentarea.innerHTML = (inlinedivref.defaultHTML || inlinedivref.innerHTML) //Populate window with contents of inline div on page
            if (!inlinedivref.defaultHTML)
                inlinedivref.defaultHTML = inlinedivref.innerHTML //save HTML within inline DIV
            inlinedivref.innerHTML = "" //then, remove HTML within inline DIV (to prevent duplicate IDs, NAME attributes etc in contents of DHTML window
            inlinedivref.style.display = "none" //hide that div
        }
        else if (contenttype == "iframe") {
            t.contentarea.style.overflow = "hidden" //disable window scrollbars, as iframe already contains scrollbars
            if (!t.contentarea.firstChild || t.contentarea.firstChild.tagName != "IFRAME") //If iframe tag doesn't exist already, create it first
                t.contentarea.innerHTML = '<iframe src="" style="margin:0; padding:0; width:100%; height: 100%" name="_iframe-' + t.id + '"></iframe>'
            window.frames["_iframe-" + t.id].location.replace(contentsource) //set location of iframe window to specified URL
        }
        else if (contenttype == "ajax") {
            this.ajax_connect(contentsource, t) //populate window with external contents fetched via Ajax
        }
        t.contentarea.datatype = contenttype //store contenttype of current window for future reference
    },

    setupdrag: function(e) {
        var d = dhtmlwindow //reference dhtml window object
        var t = this._parent //reference dhtml window div
        d.etarget = this //remember div mouse is currently held down on ("handle" or "resize" div)
        var e = window.event || e
        d.initmousex = e.clientX //store x position of mouse onmousedown
        d.initmousey = e.clientY
        d.initx = parseInt(t.offsetLeft) //store offset x of window div onmousedown
        d.inity = parseInt(t.offsetTop)
        d.width = parseInt(t.offsetWidth) //store width of window div
        d.contentheight = parseInt(t.contentarea.offsetHeight) //store height of window div's content div
        if (t.contentarea.datatype == "iframe") { //if content of this window div is "iframe"
            t.style.backgroundColor = "#F8F8F8" //colorize and hide content div (while window is being dragged)
            t.contentarea.style.visibility = "hidden"
        }
        document.onmousemove = d.getdistance //get distance travelled by mouse as it moves
        document.onmouseup = function() {
            if (t.contentarea.datatype == "iframe") { //restore color and visibility of content div onmouseup
                t.contentarea.style.backgroundColor = "white"
                t.contentarea.style.visibility = "visible"
            }
            d.stop()
        }
        return false
    },

    getdistance: function(e) {
        var d = dhtmlwindow
        var etarget = d.etarget
        var e = window.event || e
        d.distancex = e.clientX - d.initmousex //horizontal distance travelled relative to starting point
        d.distancey = e.clientY - d.initmousey
        if (etarget.className == "drag-handle") //if target element is "handle" div
            d.move(etarget._parent, e)
        else if (etarget.className == "drag-resizearea") //if target element is "resize" div
            d.resize(etarget._parent, e)
        return false //cancel default dragging behavior
    },

    getviewpoint: function() { //get window viewpoint numbers
        var ie = document.all && !window.opera
        var domclientWidth = document.documentElement && parseInt(document.documentElement.clientWidth) || 100000 //Preliminary doc width in non IE browsers
        this.standardbody = (document.compatMode == "CSS1Compat") ? document.documentElement : document.body //create reference to common "body" across doctypes
        this.scroll_top = (ie) ? this.standardbody.scrollTop : window.pageYOffset
        this.scroll_left = (ie) ? this.standardbody.scrollLeft : window.pageXOffset
        this.docwidth = (ie) ? this.standardbody.clientWidth : (/Safari/i.test(navigator.userAgent)) ? window.innerWidth : Math.min(domclientWidth, window.innerWidth - 16)
        this.docheight = (ie) ? this.standardbody.clientHeight : window.innerHeight
    },

    rememberattrs: function(t) { //remember certain attributes of the window when it's minimized or closed, such as dimensions, position on page
        this.getviewpoint() //Get current window viewpoint numbers
        t.lastx = parseInt((t.style.left || t.offsetLeft)) - dhtmlwindow.scroll_left //store last known x coord of window just before minimizing
        t.lasty = parseInt((t.style.top || t.offsetTop)) - dhtmlwindow.scroll_top
        t.lastwidth = parseInt(t.style.width) //store last known width of window just before minimizing/ closing
    },

    move: function(t, e) {
        t.style.left = dhtmlwindow.distancex + dhtmlwindow.initx + "px"
        t.style.top = dhtmlwindow.distancey + dhtmlwindow.inity + "px"
    },

    resize: function(t, e) {
        t.style.width = Math.max(dhtmlwindow.width + dhtmlwindow.distancex, 150) + "px"
        t.contentarea.style.height = Math.max(dhtmlwindow.contentheight + dhtmlwindow.distancey, 100) + "px"
    },

    enablecontrols: function(e) {
        var d = dhtmlwindow
        var sourceobj = window.event ? window.event.srcElement : e.target //Get element within "handle" div mouse is currently on (the controls)
        if (/Minimize/i.test(sourceobj.getAttribute("title"))) //if this is the "minimize" control
            d.minimize(sourceobj, this._parent)
        else if (/Restore/i.test(sourceobj.getAttribute("title"))) //if this is the "restore" control
            d.restore(sourceobj, this._parent)
        else if (/Close/i.test(sourceobj.getAttribute("title"))) //if this is the "close" control
            d.close(this._parent)
        return false
    },

    minimize: function(button, t) {
        dhtmlwindow.rememberattrs(t)
        button.setAttribute("src", dhtmlwindow.imagefiles[2])
        button.setAttribute("title", "Restore")
        t.state = "minimized" //indicate the state of the window as being "minimized"
        t.contentarea.style.display = "none"
        t.statusarea.style.display = "none"
        if (typeof t.minimizeorder == "undefined") { //stack order of minmized window on screen relative to any other minimized windows
            dhtmlwindow.minimizeorder++ //increment order
            t.minimizeorder = dhtmlwindow.minimizeorder
        }
        t.style.left = "10px" //left coord of minmized window
        t.style.width = "200px"
        var windowspacing = t.minimizeorder * 10 //spacing (gap) between each minmized window(s)
        t.style.top = dhtmlwindow.scroll_top + dhtmlwindow.docheight - (t.handle.offsetHeight * t.minimizeorder) - windowspacing + "px"
    },

    restore: function(button, t) {
        dhtmlwindow.getviewpoint()
        button.setAttribute("src", dhtmlwindow.imagefiles[0])
        button.setAttribute("title", "Minimize")
        t.state = "fullview" //indicate the state of the window as being "fullview"
        t.style.display = "block"
        t.contentarea.style.display = "block"
        if (t.resizeBool) //if this window is resizable, enable the resize icon
            t.statusarea.style.display = "block"
        t.style.left = parseInt(t.lastx) + dhtmlwindow.scroll_left + "px" //position window to last known x coord just before minimizing
        t.style.top = parseInt(t.lasty) + dhtmlwindow.scroll_top + "px"
        t.style.width = parseInt(t.lastwidth) + "px"
    },


    close: function(t) {
        try {
            var closewinbol = t.onclose()
        }
        catch (err) { //In non IE browsers, all errors are caught, so just run the below
            var closewinbol = true
        }
        finally { //In IE, not all errors are caught, so check if variable isn't defined in IE in those cases
            if (typeof closewinbol == "undefined") {
                //alert("An error has occured somwhere inside your \"onclose\" event handler")
                var closewinbol = true
            }
        }
        if (closewinbol) { //if custom event handler function returns true
            if (t.state != "minimized") //if this window isn't currently minimized
                dhtmlwindow.rememberattrs(t) //remember window's dimensions/position on the page before closing
            if (window.frames["_iframe-" + t.id]) //if this is an IFRAME DHTML window
                window.frames["_iframe-" + t.id].location.replace("about:blank")
            else
                t.contentarea.innerHTML = ""
            t.style.display = "none"
            t.isClosed = true //tell script this window is closed (for detection in t.show())
        }
        return closewinbol
    },


    setopacity: function(targetobject, value) { //Sets the opacity of targetobject based on the passed in value setting (0 to 1 and in between)
        if (!targetobject)
            return
        if (targetobject.filters && targetobject.filters[0]) { //IE syntax
            if (typeof targetobject.filters[0].opacity == "number") //IE6
                targetobject.filters[0].opacity = value * 100
            else //IE 5.5
                targetobject.style.filter = "alpha(opacity=" + value * 100 + ")"
        }
        else if (typeof targetobject.style.MozOpacity != "undefined") //Old Mozilla syntax
            targetobject.style.MozOpacity = value
        else if (typeof targetobject.style.opacity != "undefined") //Standard opacity syntax
            targetobject.style.opacity = value
    },

    setfocus: function(t) { //Sets focus to the currently active window
        this.zIndexvalue++
        t.style.zIndex = this.zIndexvalue
        t.isClosed = false //tell script this window isn't closed (for detection in t.show())
        this.setopacity(this.lastactivet.handle, 0.5) //unfocus last active window
        this.setopacity(t.handle, 1) //focus currently active window
        this.lastactivet = t //remember last active window
    },


    show: function(t) {
        if (t.isClosed) {
            alert("DHTML Window has been closed, so nothing to show. Open/Create the window again.")
            return
        }
        if (t.lastx) //If there exists previously stored information such as last x position on window attributes (meaning it's been minimized or closed)
            dhtmlwindow.restore(t.controls.firstChild, t) //restore the window using that info
        else
            t.style.display = "block"
        this.setfocus(t)
        t.state = "fullview" //indicate the state of the window as being "fullview"
    },

    hide: function(t) {
        t.style.display = "none"
    },

    ajax_connect: function(url, t) {
        var page_request = false
        var bustcacheparameter = ""
        if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc
            page_request = new XMLHttpRequest()
        else if (window.ActiveXObject) { // if IE6 or below
            try {
                page_request = new ActiveXObject("Msxml2.XMLHTTP")
            }
            catch (e) {
                try {
                    page_request = new ActiveXObject("Microsoft.XMLHTTP")
                }
                catch (e) { }
            }
        }
        else
            return false
        t.contentarea.innerHTML = this.ajaxloadinghtml
        page_request.onreadystatechange = function() { dhtmlwindow.ajax_loadpage(page_request, t) }
        if (this.ajaxbustcache) //if bust caching of external page
            bustcacheparameter = (url.indexOf("?") != -1) ? "&" + new Date().getTime() : "?" + new Date().getTime()
        page_request.open('GET', url + bustcacheparameter, true)
        page_request.send(null)
    },

    ajax_loadpage: function(page_request, t) {
        if (page_request.readyState == 4 && (page_request.status == 200 || window.location.href.indexOf("http") == -1)) {
            t.contentarea.innerHTML = page_request.responseText
        }
    },


    stop: function() {
        dhtmlwindow.etarget = null //clean up
        document.onmousemove = null
        document.onmouseup = null
    },

    addEvent: function(target, functionref, tasktype) { //assign a function to execute to an event handler (ie: onunload)
        var tasktype = (window.addEventListener) ? tasktype : "on" + tasktype
        if (target.addEventListener)
            target.addEventListener(tasktype, functionref, false)
        else if (target.attachEvent)
            target.attachEvent(tasktype, functionref)
    },

    cleanup: function() {
        for (var i = 0; i < dhtmlwindow.tobjects.length; i++) {
            dhtmlwindow.tobjects[i].handle._parent = dhtmlwindow.tobjects[i].resizearea._parent = dhtmlwindow.tobjects[i].controls._parent = null
        }
        window.onload = null
    }

} //End dhtmlwindow object

    document.write('<div id="dhtmlwindowholder"><span style="display:none">.</span></div>') //container that holds all dhtml window divs on page
    window.onunload = dhtmlwindow.cleanup

/*End DhmlWindow */
