// d_9036.js

function tSrch()
{
// Get Browser type:
var brow = "ie"
if (navigator.userAgent.indexOf("Opera") != -1) {
brow = "op" ;
}
else if (navigator.userAgent.indexOf("Mozilla") != -1) {
brow = "nt" ;
}
// Determine the size of the popup to open
var sWidth = screen.width
if (sWidth <= 640) {
var winW = screen.width - 5 ;
var winH = screen.height - 5 ; }
else if (sWidth <= 800) {
var winW = 580 ;
var winH = 520 ; }
else if (sWidth <= 1024) {
var winW = 740 ;
var winH = 620 ; }	
else if (sWidth <= 1152) {
var winW = 750 ;
var winH = 700 ; }
else if (sWidth <= 1280) {
var winW = 850 ;
var winH = 800 ; }	
else if (sWidth > 1280) {
var winW = 900 ;
var winH = 950 ; }	
// Now set up the link code as variables:
var pop1 = '<a title="Annate Arretrate di Periodici" href="#" ONCLICK="PCom = window.open('
var pop2 = "'http://www.periodicals.com/scripts/foxweb.dll/tsrchv@d_tsrch.fwx?d=9036&b="+brow+"&r="+sWidth+"', 'PCom', 'resizable,scrollbars,toolbar,height="+winH+",width="+winW+",left=10,top=10'"
var pop3 = '); return false;">Annate arretrate di periodici</a>'
var pop = pop1+pop2+pop3
document.write(pop)
}


