
 function showPopup(sPic)
 {
 	var win = window.open(sPic+'.html','SaabTech','left=0, top=0, width=644, height=535');
 	win.focus( );
 }