// JavaScript Document
// For URL 

<!--

var newwindow;

function PopUpArtist(url,msg){

newwindow=window.open(url,'name',	'height=600,width=500,left=20,top=20,toolbar=no,menubar=no,directories=no,location=no,scrollbars=yes,status=no,resizable=yes,fullscreen=no');

if (window.focus) {newwindow.focus()}

}

//-->
