function video(url) {

    if (bName == "Netscape") h=395;
    else h=410;
    w=785;
    nameW='video';
    parent.music_lb.location.href = "http://www.vollenweider.com/magazine/nomusic/create.html";
	if (navigator.appVersion.indexOf('4') != -1) {
	// Vars for centering the new window on Version 4 Browsers
	x4 = screen.width/2 - (w/2);
	y4 = screen.height/2 - (h/2);

	window.open(url, nameW, 'height='+h+',width='+w+',scrollbars=0,resizable=1,menubar=1,toolbar0,status=1,location=0,directories=0,left=' + x4 + ',top=' + y4 + '');
	} else {
	window.open(url, nameW, 'height='+h+',width='+w+',scrollbars=0,resizable=1,menubar=1,toolbar=0,status=1,location=0,directories=0,left=150,top=200');
	}
}

var bName = navigator.appName;

if (bName == "Netscape") id='ns';
else id='ie';
