function externallink (url) {
	var w = window.open (url, "externallink", "width=600,height=400,resizable=yes,menubar=yes,location=yes,screenX=0,left=0,screenY=200,top=200,scrollbars=yes,toolbar=yes");
	}

function wmv (url, speed) {
	if (speed == '56') {
		var k56 = window.open(url,'k56','toolbar=no,width=180,height=245,status=no,scrollbars=no,resizable=no,menubar=no,titlebar=no');
		if (self.name == 'gt56')
			self.close();
	}
	else {
		var gt56 = window.open(url,'gt56','toolbar=no,width=340,height=350,status=no,scrollbars=no,resizable=no,menubar=no,titlebar=no');			
		if (self.name == 'k56')
			self.close();
	}
	
	} 
		
function timelinew (url) {
	var w = window.open (url, "timeline", "width=606,height=333,resizable=no,menubar=no,location=no,screenX=0,left=0,screenY=200,top=200,scrollbars=no,toolbar=no");
	}
	

	

	
	


