

function extLink(addr) {

extWindow = window.open(addr,'External_Link','toolbar=yes,location=yes,resizable=yes,scrollbars=yes,width=1200,height=850');

window.focus;

}

function soundFile(addr) {

mp3Window = window.open(addr,'External_Link','resizable=yes,scrollbars=yes,width=680,height=380');

window.focus;

}


function musicWriting(addr) {

reviewsWindow = window.open(addr,'External_Link','toolbar=yes,location=yes,resizable=yes,scrollbars=yes,width=1180,height=840');

window.focus;

}



