//
//
function openwin(url){
 	 var winobj = window.open(url,"artist","width=680,height=600,scrollbars,status,toolbar,resizable","replace");
 	
}






