﻿// JScript File
function openpopup(popurl){
var winpops=window.open(popurl,"order","width=520px,height=380px,status")
}

