<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1; 
XOffset=0;
staticYOffset=0;
slideSpeed=20;
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes";
menuWidth=280; 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20;
barText="POPUP KILLER REVIEW CONTENT"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Content"] 
ssmItems[1]=["Home", "index.htm","",1,"no"]
ssmItems[2]=["History", "history.htm","",1]
ssmItems[3]=["Pop-up blockers"]
ssmItems[4]=["Intelligent", "intelligent-popup-stop.htm", "",1,"no"]
ssmItems[5]=["Trainable", "trainable-popup-stop.htm", "",1]
ssmItems[6]=["Serial killers", "serial-popup-killers.htm", "",1,"no"]
ssmItems[7]=["Browsers", "browser-popup-killer.htm", "",1]
ssmItems[8]=["List of all popup blockers", "all-blockers.htm",""]

ssmItems[9]=["Annoying kinds of ads"]
ssmItems[10]=["Pop-up ads", "popup-ads.htm", "",1,"no"] 
ssmItems[11]=["Interstitials", "interstitial-ads.htm","",1]
ssmItems[12]=["InVue ads", "invue-ads.htm", "",1,"no"]
ssmItems[13]=["Windowless ads", "windowless-ads.htm", "",1]
ssmItems[14]=["Messenger ads", "messenger-ads.htm", ""]

ssmItems[15]=["Tests"]
ssmItems[16]=["How to recognize ads","test.htm",""]
ssmItems[17]=["How to detect popup blocker","detector.htm",""]

ssmItems[18]=["Useful information"]
ssmItems[19]=["How to allow useful popups","useful-popups.htm",""]
ssmItems[20]=["Adware detectors/removers","adware.htm",""]
ssmItems[21]=["How to stop Messenger pop-ups","stop-messenger.htm",""]
ssmItems[22]=["Links","links.htm",""]

buildMenu();

//-->