function openflr(link,wd,ht) 	{
	window.open(link,"savewindow",'toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,width=' + wd + ',height=' + ht + ',top=0,left=0,resizable=0');
}	

function opencurr(curconv) {
 msg=open(curconv,"DisplayWindow","HEIGHT=325,WIDTH=650,status=yes,toolbar=yes,directories=no,menubar=yes,location=yes,scrollbars=yes,top=50,left=50,resizable=yes");
}

//for Video Pop Up
function openvideo(linkhere,w,h) {
 msg=open(linkhere,"DisplayWindow","WIDTH=" + w + ",HEIGHT=" + h + ",status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=50,left=100,resizable=no");
}

