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