winsettings = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,';

function colorwin(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Colors', 'info', winsettings + 'width=250,height=280') }

function bgroundwin(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Background', 'info2',  winsettings + 'width=250,height=290') }

function emoticonwin(){                cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Emoticons', 'info4', winsettings + 'width=430,height=370') }

function exturl(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Custom', 'info5', winsettings + 'width=450,height=270') }

function notify(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Notify', 'info6', winsettings + 'width=300,height=140') }

function fontface(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Fonts', 'info7', winsettings + 'width=550,height=270') }

function stampwin(){                 cyber=window.open('modules.php?op=modload&name=Cards&file=win&Info=Stamp', 'info8', winsettings + 'width=250,height=290') }

function playmusic(formObj)

{

        musicName = formObj.PostSound.options[formObj.PostSound.selectedIndex].value;

        if(musicName != "")

           window.location= PostSoundURL + musicName;

        else

           alert(MsgWinMusicNote);

}

function addrecp(formObj){

  NumberRecp = formObj.addrecip.options[formObj.addrecip.selectedIndex].value;

  if(NumberRecp != ""){

    window.location="modules.php?op=modload&name=Cards&file=create.php?" + query_string + "&addrecip=" + NumberRecp;

  }

}

function showaddbook(){
  cyber=window.open('modules.php?op=modload&name=Cards&file=addressbook', 'info', winsettings + 'width=480,height=280')
}


