// ENTER DATA INTO THE "subpage-menu.txt" FILE AND PREPARE IT USING THE FOLLOWING CODE
// document.write(' // ADD IN BEFORE EACH LINE
// '); // ADD IN AFTER EACH LINE
function all_links()
{
document.write('
');
}
function photoediting()
{
document.write('');
}
function photography()
{
document.write('');
document.write('');
document.write('| HOME | ');
document.write('ABOUT US | ');
document.write('WEB DESIGN | ');
document.write('PHOTOGRAPHY | ');
document.write('VIDEO EDITING | ');
document.write('CONTACT US | ');
document.write('
');
document.write('
');
}
function video_conversion()
{
document.write('');
}
function video_editing()
{
document.write('');
document.write('');
document.write('| HOME | ');
document.write('ABOUT US | ');
document.write('WEB DESIGN | ');
document.write('PHOTOGRAPHY | ');
document.write('VIDEO EDITING | ');
document.write('CONTACT US | ');
document.write('
');
document.write('
');
}
function aboutus()
{
document.write('');
}
function webdesign()
{
document.write('');
document.write('');
document.write('| HOME | ');
document.write('ABOUT US | ');
document.write('WEB DESIGN | ');
document.write('PHOTOGRAPHY | ');
document.write('VIDEO EDITING | ');
document.write('CONTACT US | ');
document.write('
');
document.write('
');
}