Edit the Music Pop-up Location and Size
Some Allwebco templates have a music pop-up included. You may want to edit where this pop-up will appear in respect to the users browser.
Editing the size and location:
Open your index.html in Notepad, a plain text editor or you can edit the "source" code in your HTML editor (this is an option in most HTML editors). Look for the code shown below near the top of the page and you can alter the items highlighted in red to change location and size of the pop-up.
<script language="JavaScript">
<!-- POP-UP MUSIC SCRIPT
function PLAYMUSIC() {
msg=open("music/music.htm","frameWindow","scrollbars=no,toolbar=no,resizable=no ,directories=no,menubar=no,location=no,status=no,width=250,height=175,left = 0,top = 250");
}
// END POP-UP MUSIC-->