//hide script for olika targets
function linkselect (url) {
strlen = url.length
targ = url.substring(0,4)
jumpto = url.substring(4, strlen)
if (url == "nochoice") {
}
else if (targ.charAt(0) != 's') {
//window.top.location = jumpto
window.open(jumpto)

}
else parent.stor.location = jumpto
}
//end hide