<!-- Begin
function Pre_Img(){
var d=document;
	if(d.images){
		if(!d.load_img) d.load_img=new Array();
	   	var i,j=d.load_img.length,a=Pre_Img.arguments;
	   		for(i=0; i<a.length; i++)
	   			if (a[i].indexOf("#")!=0){
   					d.load_img[j]=new Image; d.load_img[j++].src=a[i];
   				}
	}
}

function swap_pic(img_name,img_src) {
document[img_name].src=img_src;
}

function warnuser(){  
    formObj = document.toobsmail;

    formObj.cmdProceed.value = "Processing ....";                                                                                               
  }
  
function OpenPop(Page,Title,w,h){

LPos = (screen.width - w)/2;
TPos = (screen.height - h)/8;

window.open(Page,Title,"height="+h+",width="+w+",scrollbars=yes,resizable=no,maximize=no,left="+LPos+", top="+TPos);	
}

function Recall_Pop(mypop) { 
	return eval(mypop)
}  
// End -->
