#!/usr/bin/perl

print "Content-Type: Text/HTML\n\n";

use CGI ':standard';
use Vpanel 1.00;
require $header;
require $accountinfo;

$domainname = find_domain ($mainuser);

# Define the tab which appears to the front
$tab_section = $tabnum_features;

# Output the content associated with this tab
print "<body class=section-$tab_section>";

# display tabs
require $tabdisplay;

print_header("Installation of a Search Engine for $domainname");

print "

<form method=post action=$confirm_create_search_engine class=text>
Would you like to have a search engine on your website, which visitors to your website could use to search for items of interest? 
To install this feature on your website, just click on the button below:


";

print_end_of_form();

require $footer;
