function openoffers(popurl){
var winpops=window.open(popurl,"","width=400px,height=250px")
}

function openterms(popurl){
var winpops=window.open(popurl,"","width=600px,height=400px")
}

function opentermsprices(popurl){
var winpops=window.open(popurl,"","")
}

function openprices(popurl){
var winpops=window.open(popurl,"","width=400px,height=250px")
}

function opendiagram(popurl){
var winpops=window.open(popurl,"","width=820px,height=260px")
}

function opendirections(popurl){
var winpops=window.open(popurl,"","width=600px,height=300px")
}