function filename(varible_value)
{ 
new_win = window.open('models.cfm?filename='+varible_value,'', 'width=600,height=600,left=10,top=10')
}
