var bookmarkurl="http://www.dnacreations.com"
var bookmarktitle="DNA Creations - Website Design, Database,  E-commerce Solutions, Photography, Video services for your business."

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}



var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}






browsok = (((navigator.appName == "Netscape")
&& (parseInt(navigator.appVersion) >=3))
|| ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion)>=3)));
if (browsok){
	// MouseOn
	// Note: the 15 is for WIDTH, 15 is for the HEIGHT
	a1 = new Image(77, 22);
	a1.src = "gfx/header/btn-home-on.gif";
	b1 = new Image(110, 22);
	b1.src = "gfx/header/btn-services-on.gif";
	c1 = new Image(108, 15);
	c1.src = "gfx/header/btn-portfolio-on.gif";
	d1 = new Image(101, 17);
	d1.src = "gfx/header/btn-contact-on.gif";

	// MouseOff
	// Note: the 15 is for the WIDTH, 15 is for the HEIGHT
	a0 = new Image(77, 22);
	a0.src = "gfx/header/btn-home.gif";
	b0 = new Image(110, 22);
	b0.src = "gfx/header/btn-services.gif";
	c0 = new Image(108, 15);
	c0.src = "gfx/header/btn-portfolio.gif";
	d0 = new Image(101, 17);
	d0.src = "gfx/header/btn-contact.gif";


}
function DNA_mouseon(n){
	if(browsok){
		imageON = eval(n + "1.src");
		document [n].src = imageON;
		}
 }
 function DNA_mouseoff(n){
		if(browsok){
 imageOFF = eval(n + "0.src");
	  document [n].src = imageOFF;
		}
 }
