/**
 * function to retrieve the image from internal machine by calling the internet file broker
 * 
 */
function SurveyPopUp(URL)
{
    ifbwin = window.open(URL,'IFBROKER','toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=500,height=500,left=390,top=230');
}
function getImageData2(str)
{
	alert(str);
/*	dijit.byId('dialog1').setHref('"../incphp/surv_ifb.php?imas=host,share,dir,file')
	dijit.byId('dialog1').show();*/

}