function openwindow(url,name) {
	var openstr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resize=no,width=350,height=400,top=50, left=50';
    window.open(url,name,openstr);
}
