				
	function sendRequest(requestString){
		
		//////////////////////////////////////////////////////////
		status = 'Fetching Data';			
							
						
		
	   dest_iframe = document.getElementById("remoteScriptRPC").id;		
		var url = '';
		
	        url = requestString;
		eval(dest_iframe + ".location.href=url");
	}
		
	
