function open_gallery(gallery,wid){
   void(window.open('gall.php?img_size=' + gallery , 'Gallery','width='+wid+',height=750,scrollbars=yes'))
}
function chphoto(psrc, pval){
   document.getElementById(psrc).src = document.getElementById(pval).value;
}
function popInfo(x){
         window.open("specials-info.php?tag="+x,"","height=500,width=500,scrollbars=yes");
}





function add_gphoto(){
   document.getElementById('pluss').innerHTML += '<label style="float:left; width:180px; height:auto">Select Picture:<br /><small>(must be W 734px x H 384px)</small></label><input type="file"  style="width:250px; font-size: 8pt;" name="pict[]" id="pict" style="float:left" /><br /><br /><label style="float:left; width:180px; height:auto">Image Caption:</label><input name="text[]" type="text" id="text"  style="float:left; width:182px"/><br /><br /><hr /><br />';
}

function add_gphoto3(){
   document.getElementById('pluss').innerHTML += '<label style="float:left; width:180px; height:auto">Select Picture:<br /><small>(must be W 372px x H 326px)</small></label><input type="file" style="width:250px; font-size: 8pt; float:left" name="pict[]" id="pict" /><input type="hidden" name="text[]" /><br /><br /><hr /><br/>';
}

function add_gphoto2(){
   document.getElementById('pluss').innerHTML += '<label style="float:left; width:180px; height:auto">Select Picture:<br /><small>(must be W 736px x H 184px)</small></label><input type="file" style="width:250px; font-size: 8pt; float:left" name="pict[]" id="pict" /><input type="hidden" name="text[]" /><br /><br /><hr /><br/>';
}

function add_ph(){
   document.getElementById('phadd').innerHTML += '<textarea rows="8" name="ph[]" cols="120"></textarea><br/>';
}
function add_phr(){
   document.getElementById('phaddr').innerHTML += '<textarea rows="8" name="phr[]" cols="120"></textarea><br/>';
}
function homelink(id){
   if(id > 0){
      void(window.open('homelink.php?lnkid=' + id , 'Home_Link','width=450,height=300,scrollbars=yes'))
   }else{
      void(window.open('homelink.php' , 'Home_Link','width=450,height=300,scrollbars=yes'))
   }
}
function manage_links(id){
      void(window.open('admin_sublinks.php?lnkid=' + id , 'Subpage_Links','width=650,height=300,scrollbars=yes'))
}

function add_link(){
document.getElementById('linksadd').innerHTML += '<br/><label class="tx"><strong>Name:</strong></label> <input type="text" name="lnk[]"/><br/><strong><label class="tx">Link:</strong></label> <input type="file" name="fil[]" /><br/>';
}
function mmOpenExternalSized(url, width, height){
        window.open(url,'','scrollbars=1,width='+width+',height='+height);
}
function confirmation(link) {
        var answer = confirm("Delete This Page?");
        if (answer){
                window.location = link;
        }
}