function popup (url,w,h,newName){
	var newWin = window.open(url, newName , 'width=' + w + ', height=' + h + ', scrollbars=yes, status=no');
}

/*function closelayout(){
	window.close();
}*/
