
function talent(){
/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win2=window.open("talent.html","","width=580,height=500,scrollbars=yes,resizable=no,top=20,left=20")
win2.creator=self
}



function remote2(url){
window.opener.location=url
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
