function myOpen(wUrl){

	var height = 550;

	var width  = 600;



	window.open(wUrl, "winView", "height=" + height + ", width=" + width + ", toolbar=0, scrollbars=1, resizable=1");

	 

}


function trim(n){
	return n;
}