/*
JavaScript Cookie Functions
Language: JavaScript 1.0
*/
function addbookmark()
{
bookmarkurl="http://www.dmg.com.ua"
bookmarktitle="Don Media Group.LLC | Innoavtion Ideas Company"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function setStartUp()
{
    obj = document.body;
    obj.href = "http://www.dmg.com.ua";
    obj.style.behavior='url(#default#homepage)'; 
    obj.setHomePage(obj.href);
}

function maximize() {
   if ( !( (navigator.appName.indexOf("Netscape") != -1) && (navigator.appVersion.indexOf("Mac") != -1)))
   {
      window.moveTo(0,0);
      window.resizeTo(screen.availWidth, screen.availHeight);
   }
}

function NewWindow(mypage,myname,w,h,pos,infocus){
var win=null;
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}

function NewWindowX(mypage,myname,w,h,pos,infocus){
var win=null;
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
