shown=''
function OpenFile_price(url) {
if( shown=='' || shown.closed) {
	shown=window.open(url,'OpenFile','scrollbars=yes,status=yes, high,width=800,height=450');
}
else{ 
	shown.close();
	shown=window.open(url,'OpenFile','scrollbars=yes,status=yes, high,width=800,height=450');
}
}
