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