function changeSRC(inpID,inpSRC) 
{ 
  document.getElementById(inpID).src=inpSRC; 
} 
function openwindow(strURL)
{
	window.open(strURL,"FormWin","menubar=0,resizable=1,scrollbars=yes,width=768,height="+screen.height);
}
