function openWindow(filename,w,h) {
	var openWindow = window.open(filename,'','scrollbars=no,menubar=no,height=' + h + ',width=' + w + ',resizable=no,toolbar=no,location=no,status=no');
}