Close Window when finished.

'; $mozilla = 'Make Draggo your homepage to always enjoy one-click access to your links!

Follow these two steps:


1. Click and drag this text to the Home icon in your browser.
2. Select Yes to make Draggo your homepage.
'; $ie = 'Make Draggo your homepage to always enjoy one-click access to your links!




Simply click this button:



'; $chrome = 'Make Draggo your homepage to always enjoy one-click access to your links!


Follow these three steps:


1. Click to tool icon in your browser menu.

2. Select Options from the menu.


3. Under the basic tab go to the home page
section: select Open this page and type
"www.draggo.com" in the text box.
'; echo '
'; if ($browserType == 'Mozilla Firefox'){ echo $mozilla . $close_msg; } elseif ($browserType == 'Internet Explorer 7' || $browserType == 'Internet Explorer 8') { echo $ie . $close_msg; }elseif ($browserType == 'Chrome') { echo $chrome . $close_msg; } echo '
'; ?>