// JavaScript Document
function instructions(){
var popurl="docs/seonline.html"
winpops=window.open(popurl,"","width=650,height=450,scrollbars,resizable,")
}

function datacable(){
var popurl="../resource/sedatacable.html"
winpops=window.open(popurl,"","width=462,height=200,")
}

function conditions(){
var popurl="../resource/cablepack.html"
winpops=window.open(popurl,"","width=470,height=400,scrollbars,resizable,")
}

function manual(){
var popurl="../resource/seerverfaq.html"
winpops=window.open(popurl,"","width=590,height=500,scrollbars,resizable,")
}

function credit(){
var popurl="http://www.3gunlock.com/unlock/seserver/docs/secredit.html"
winpops=window.open(popurl,"","width=460,height=400,scrollbars,resizable,")
}

function creditinfo(){
var popurl="../resource/secreditinfo.html"
winpops=window.open(popurl,"","width=430,height=115,scrollbars,resizable,")
}