// JavaScript Document
function s_onclick(h)
 { 
	window.open(h, null, "height=530, width=630, toolbar=no, menubar=no, scrollbars=no" );
 }
