function details(url) {
	window.open(url,'name','height=315,width=425,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=no');
}
function openfile(url) {
	window.open(url,'new','height=700,width=750,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=0');
}
function savefile(url) {
	window.open(url,'new','height=10,width=200,left=350,top=300,resizable=no,scrollbars=no,toolbar=no,status=0');
}
function nofile(url) {
	window.open(url,'new','height=10,width=200,left=350,top=300,resizable=no,scrollbars=no,toolbar=no,status=0');
}

