// JavaScript Document
// Standard toneee.com functions
//Copyright © 2005 Toneee.com. All Rights Reserved.
//info@toneee.com or visit www.toneee.com for more information.
document.write('<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)"> <meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)"> <meta http-equiv="Site-Enter" content="blendTrans(Duration=3.0)"> <meta http-equiv="Site-Exit" content="blendTrans(Duration=3.0)"><META HTTP-EQUIV="imagetoolbar" CONTENT="no">');

//No image
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">');
  
function add2fav(){
window.external.AddFavorite('http://www.davenstar.com','DavenStar Media Group');
}

function NewWindow(mypage,myname,w,h,infocus,l,t,sb,pos){
<!--width should be 780 on 03/30/03, and height of compcard is ~479 -->
if((pos!='center' && pos!="random") || pos==null){myleft=l;mytop=t}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=" + sb + ",location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no";
win=window.open(mypage,myname,settings);
win.focus();
}

function GetMovie(mypage){
<!-- Each QuickTime movie is 240x180 pixels. No adjustment in browser is needed for width, but could use 20 pixels in the height.  -->
	NewWindow('http://www.davenstar.com/reel/'+mypage,'DStarqtime',240,200,'yes',100,100,'no',null);
}

function contactDSTAR(mypage,cW2){
<!-- The contact windows backgrounds are 300.450.  -->
	NewWindow('http://www.davenstar.com/firm/'+mypage,'DStarContact',600,450,'yes',100,100,'no',null);
}