//here you place the ids of every element you want.
var ids=new Array('ugcForm0','ugcForm1','ugcForm2','ugcForm3','ugcForm14');
function hideallids(){
//loop through the array and hide each element by id
for (var i=0;i < ids.length;i++){
hideObject(ids[i]);
}
}
<!-- Photo Confirmation Page -->
var phn = "";
//var curphn="";//enlarge link in popup
function closePindiv(n) {//alert("leaving cell="+n);//alert("curphn="+curphn);//enlarge link in popup
if(thisdiv != "edit" ) {
//if(n != curphn)//enlarge link in popup
window.setTimeout("hidemouseoverphotoinfodiv("+n+");", 10);
}
}
function openPindiv(n,u) {
//alert("entering cell="+n);//enlarge link in popup
//curphn=n;//enlarge link in popup
window.setTimeout("showmouseoverphotoinfodiv('"+n+"','"+u+"');", 20);
if(thisdiv == "edit") {
hidemouseoverphotoinfodiv(phn);
hideDOM("mouseoverphotoeditdiv"+phn);
hideDOM("mouseoverphotousereditdiv"+phn);
hideDOM("mouseoverphotodeletediv"+phn);
}
}
