#############################################################
# File name: full_style.php
# Author: Plamen Jelezov
# Date:04.11.2003
#############################################################
# NO LINE BELOW IS TO BE MODIFIED
#############################################################
require_once("logo_fns.php");
//***********************************************************
print_header("Нашите координати", $sid);
make_table("Нашите координати");
print BLOCK;
print "
Адрес\n".BR.NL;
print "гр. Варна, 9001
ул. \"Неофит Бозвели\" #25 - Склад".BR.BR.NL;
print "
Телефони".BR.NL;
print "+359/52/621920 - Склад".BR.NL;
print "+359/889/436134 - Мобилен".BR.NL;
print "+359/899/938240 - Мобилен".BR.BR.NL;
print "
Факс".BR.NL;
print "+359/52/621920".BR.BR.NL;
print "
Email".BR.NL;
print "
office@logobags-bg.com".BR.NL;
print "
logo@logobags-bg.com".BR.BR.NL;
print "
Internet".BR.NL;
print "
http://www.logobags-bg.com/ ".BR.BR.NL;
print CLBLOCK;
make_hr();
TAB.make_link("contactus.php", "", "контакт с нас", "center");
close_table();
print_footer($sid);
?>