var aImg;
var uButtons;

/*  global var: style of object div#content
	attribute: text-align;
	modified by function "fadeIn"
*/
var textStyle = 'justify';

/* global var - wybrana pozycja menu */
var menu = 0;

function ImagePreloader(imgs, callback)
{
   for ( var i = 0; i < imgs.length; i++ )
   {
      Ipreload(imgs[i], i);
   }
}

Ipreload = function(image, number)
{
   // create new Image object and add to array
   var oImage = new Image;
   oImage.onload = function() {Imgonload('sel'+(number+1).toString())};
   oImage.src = image;
}
Imgonload = function(button)
{
   obj =	document.getElementById(button);
   obj.style.visibility = 'visible';   
   fadeIn(button, 0);
}

function swapImg2(content, img1, img2) {
	fadeout(content, 100,0);
	swapImg(content, img1, img2);
}

function menu_reseter(number) {
	if (number==1) Image1.src="Obrazki4/Nowy-3R4C3.jpg";
	if (number==2) Image2.src="Obrazki4/Nowy-3R6C3.jpg";
	if (number==3) Image3.src="Obrazki4/Nowy-3R8C3.jpg";
	if (number==4) Image4.src="Obrazki4/Nowy-3R10C3.jpg";
	if (number==5) Image5.src="Obrazki4/Nowy-3R12C3.jpg";
	if (number==6) Image6.src="Obrazki4/Nowy-3R14C3.jpg";
	if (number==7) Image7.src="Obrazki4/Nowy-3R16C3.jpg";
	if (number==8) Image8.src="Obrazki4/Nowy-3R18C3.jpg";
	if (number==9) Image9.src="Obrazki4/Nowy-3R20C3.jpg";
	if (number==10) Image10.src="Obrazki4/Nowy-3R24C4.jpg";
	if (number==11) Image11.src="Obrazki4/Nowy-3R26C4.jpg";
	if (number==12) Image12.src="Obrazki4/Nowy-3R28C4.jpg";
	if (number==13) Image13.src="Obrazki4/Nowy-3R30C4.jpg";
	if (number==14) Image14.src="Obrazki4/Nowy-3R32C4.jpg";
	
}


/* advertisement */
function adv_show() {
	menu_reseter(menu);
	menu=1;
	
	aImg = ['prace/advertisement/01.jpg','prace/advertisement/02.jpg'];
	aDesc = [
'<b>client:</b> pc magazine, <b><b>title:</b></b> Adobe PS and Photoeditor, <b>date:</b> 08.2005',
'<b>client:</b> Conquer Records, <b><b>title:</b></b> fest ticket, <b>date:</b> 11.2004'];

	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	
	ImagePreloader(aImg, adv_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>a d v e t r t i s e m e n t</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	
	
	//Image1.src="Obrazki3/Nowy-2R18C3.JPG";
}

/* Illustration */
function illustration_show() {
	menu_reseter(menu);
	menu=3;
	
	aImg = ['prace/illustration/01.jpg','prace/illustration/02.jpg','prace/illustration/03.jpg','prace/illustration/04.jpg','prace/illustration/05.jpg','prace/illustration/06.jpg','prace/illustration/07.jpg','prace/illustration/08.jpg','prace/illustration/09.jpg','prace/illustration/10.jpg','prace/illustration/11.jpg','prace/illustration/12.jpg'];
	aDesc = [
	'<b><b>client:</b></b> Exclusives, <b><b>title:</b></b> none, <b>date:</b> 10.2005',
	'<b><b>client:</b></b> Talisac, <b><b>title:</b></b> Photoeditor 12, <b>date:</b> 09.2005',
	'<b><b>client:</b></b> Talisac, <b><b>title:</b></b> The Family Tree, <b>date:</b> 09.2005',
	'<b><b>client:</b></b> Talisac, <b><b>title:</b></b> Alone In The Dark, <b>date:</b> 11.2005',
	'<b><b>client:</b></b> Adobe, <b><b>title:</b></b> Photoshop Elements, <b>date:</b> 10.2005',
	'<b>client:</b> Galeon, <b><b>title:</b></b> Galeon 390, <b>date:</b> 09.2005',
	'<b>client:</b> Inspired Quality, <b><b>title:</b></b> Solution, <b>date:</b> 12.2003',
	'<b>client:</b> Talisac, <b><b>title:</b></b> The Mirror, <b>date:</b> 04.2004',
	'<b>client:</b> Talisac, <b><b>title:</b></b> From The Dark Past, <b>date:</b> 04.2004',
	'<b>client:</b> Talisac, <b><b>title:</b></b> Sling Blade <b>date:</b> 09.2005',
	'Inner Eye Design, <b><b>title:</b></b> The Reminder, <b>date:</b> 07.2002',
	'Tehace, <b><b>title:</b></b> Brainstorm, date 01.2004',
	'Tehace, <b><b>title:</b></b> logo, date 11.2002'];
	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 

	ImagePreloader(aImg, illustration_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>i l l u s t r a t i o n</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	
}

/* Brochure */
function brochure_show() {
	menu_reseter(menu);
	menu = 4;
	
	aImg = ['prace/brochure/01.jpg','prace/brochure/02.jpg','prace/brochure/03.jpg','prace/brochure/04.jpg',
			'prace/brochure/05.jpg','prace/brochure/06.jpg','prace/brochure/07.jpg','prace/brochure/08.jpg',
			'prace/brochure/09.jpg','prace/brochure/10.jpg','prace/brochure/11.jpg','prace/brochure/12.jpg'];
	aDesc = [
	'<b>client:</b> Vovin, <b>title:</b> tours to Norway, <b>date:</b> 09.2005',
	'<b>client:</b> Vovin, <b>title:</b> tours to Norway, <b>date:</b> 09.2005',
	'<b>client:</b> Talisac, <b>title:</b> tours to Kashubian lands, <b>date:</b> 09.2005',
	'<b>client:</b> Slawomir Nietupski, <b>title:</b> portfolio 2005, <b>date:</b> 10.2005',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	'<b>client:</b> Blackastrial, <b>date:</b> 11.2002',
	];
	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, brochure_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>b r o c h u r e</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	

}

/* website */
function website_show() {
	menu_reseter(menu);
	menu = 5;
	
	aImg = ['prace/website/01.jpg','prace/website/02.jpg','prace/website/03.jpg','prace/website/05.jpg','prace/website/06.jpg','prace/website/07.jpg','prace/website/08.jpg','prace/website/09.jpg','prace/website/10.jpg','prace/website/11.jpg'];
	aDesc = [
'<b>client:</b> Bard G. Eithun, version: 03, <b>link:</b> <a href="http://www.bard-faust.com" target="_blank">http://www.bard-faust.com</a>',
'<b>client:</b> Bard G. Eithun, version: 03, <b>link:</b> <a href="http://www.bard-faust.com" target="_blank">http://www.bard-faust.com</a>',
'<b>client:</b> Dead By Dawn, version: 01, <b>link:</b> <a href="http://www.deadbydawn-metal.com" target="_blank">http://www.deadbydawn-metal.com</a>',
'<b>client:</b> Dodheimsgard/DHG, version: 01, <b>link:</b> <a href="http://www.dhgasylum.com" target="_blank">http://www.dhgasylum.com</a>',
'<b>client:</b> Dodheimsgard/DHG, version: 01, <b>link:</b> <a href="http://www.dhgasylum.com" target="_blank">http://www.dhgasylum.com</a>',
'<b>client:</b> Noizzer, version: 01, <b>link:</b> <a href="http://www.noizzer.pl" target="_blank">http://www.noizzer.pl</a>',
'<b>client:</b> Noizzer, version: 01, <b>link:</b> <a href="http://www.noizzer.pl" target="_blank">http://www.noizzer.pl</a>',
'<b>client:</b> PJ Mebel, version: 01, <b>link:</b> <a href="http://www.pj-mebel.pl" target="_blank">http://www.pj-mebel.pl</a>',
'<b>client:</b> PJ Mebel, version: 01, <b>link:</b> <a href="http://www.pj-mebel.pl" target="_blank">http://www.pj-mebel.pl</a>',
'<b>client:</b> Hesperus Dimension, version: 03, <b>link:</b> <a href="http://www.talisac.com/hd" target="_blank">http://www.talisac.com/hd</a>'];
	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, brochure_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>w e b s i t e</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	


}

/* poster */
function poster_show() {
	menu_reseter(menu);
	menu = 6;
	
	aImg = ['prace/poster/01.jpg','prace/poster/02.jpg','prace/poster/03.jpg','prace/poster/04.jpg','prace/poster/05.jpg','prace/poster/06.jpg','prace/poster/07.jpg','prace/poster/08.jpg','prace/poster/10.jpg','prace/poster/11.jpg','prace/poster/12.jpg','prace/poster/13.jpg','prace/poster/14.jpg','prace/poster/15.jpg','prace/poster/16.jpg','prace/poster/17.jpg'];
	aDesc = [
'<b>client:</b> Talisac, <b>title:</b> The Eye, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> The Eye, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> The Eye, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> The Eye, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Memoris, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Memoris, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Cellular, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Tortured Souls, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Tortured Souls, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Riverside, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Riverside, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Riverside, <b>date:</b> 09.2005',
'<b>client:</b> Talisac, <b>title:</b> Dark Water, <b>date:</b> 09.2005',
'<b>client:</b> Conquer Records, <b>title:</b> Conquer Records Festival 2004, <b>date:</b> 11.2004',
'<b>client:</b> Club Orbital, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 03.2006'];

	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, poster_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>p o s t e r</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	


}

/* business card */
function bc_show() {
	menu_reseter(menu);
	menu = 2;
	
	aImg = ['prace/businesscard/01.jpg','prace/businesscard/02.jpg','prace/businesscard/03.jpg','prace/businesscard/04.jpg','prace/businesscard/05.jpg','prace/businesscard/06.jpg','prace/businesscard/07.jpg'];
	aDesc = [
'<b>client:</b> Sert ltd., <b>date:</b> 10.2005',
'<b>client:</b> Wealth Diamonds ltd., <b>date:</b> 11.2005',
'<b>client:</b> Wealth Diamonds ltd. <b>date:</b> 11.2005',
'<b>client:</b> Dodge Salon Firmowy, <b>date:</b> 10.2005',
'<b>client:</b> Rubican S.A., <b>date:</b> 10.2005',
'<b>client:</b> Windopol S.J., <b>date:</b> 10.2005',
'<b>client:</b> Immortal Photography, <b>date:</b> 08.2005'];

	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, poster_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>business card</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	


}

/* flyer */
function flyer_show() {
	menu_reseter(menu);
	menu = 7;
	
	aImg = ['prace/flyer/01.jpg','prace/flyer/02.jpg','prace/flyer/03.jpg','prace/flyer/04.jpg','prace/flyer/05.jpg','prace/flyer/06.jpg','prace/flyer/07.jpg'];
	aDesc = [
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity Promotional, <b>date:</b> 10.2005',
'<b>client:</b> Dodge, <b>date:</b> 11.2005 ',
'<b>client:</b> Soco, <b>date:</b> 10.2005 ',
'<b>client:</b> American Elementary and Middle School, <b>date:</b> 08.2004',
'<b>client:</b> American Elementary and Middle School, <b>date:</b> 08.2004',
'<b>client:</b> Tehace, <b>date:</b> 12.2005'];
	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, poster_show);
	
	textStyle = 'center';
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>f l y e r</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	


}

/* dvd */
function dvd_show() {
	menu_reseter(menu);
	menu = 8;
	
	aImg = ['prace/dvd/01.jpg','prace/dvd/02.jpg','prace/dvd/03.jpg','prace/dvd/04.jpg'];
	aDesc = [
'<b>client:</b> Moonfog Productions, <b>title:</b> A Different Perspective, <b>date:</b> 10.2005 (unpublished)',
'<b>client:</b> Moonfog Productions, <b>title:</b> A Different Perspective, <b>date:</b> 10.2005 (unpublished)',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Live at Hole In The Sky, <b>date:</b> 10.2005 (unpublished)',
'<b>client:</b> Transylvania, <b>title:</b> Ten Horns Ten Diadems, <b>date:</b> 10.2005 (unpublished)'];

	
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, poster_show);
	
	textStyle = 'center';

	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>d v d</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	

}

/* cd */
function cd_show() {
	menu_reseter(menu);
	menu = 9;

	aImg = ['prace/cd/01.jpg','prace/cd/02.jpg','prace/cd/03.jpg','prace/cd/04.jpg','prace/cd/05.jpg','prace/cd/06.jpg','prace/cd/07.jpg','prace/cd/08.jpg',
			'prace/cd/09.jpg','prace/cd/10.jpg','prace/cd/11.jpg','prace/cd/12.jpg','prace/cd/13.jpg','prace/cd/14.jpg'];
	aDesc = [
'<b>client:</b> Emperor, <b>title:</b> bootleg at No Mercy Festival, <b>date:</b> 05.2003',
'<b>client:</b> Emperor, <b>title:</b> bootleg at No Mercy Festival, <b>date:</b> 05.2003',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Tehace, <b>title:</b> Zipped Noise From Hell, <b>date:</b> 05.2005',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006',
'<b>client:</b> Hesperus Dimension, <b>title:</b> Mental Electricity, <b>date:</b> 02.2006'];
	
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
		obj.src='img/kwadracik_bialy.jpg';
	}
	
	fadeOut('content', 100,0); 
	//fadeOut('selectortitle', 0,0); 
	fadeOut('description', 100,0); 
	
	ImagePreloader(aImg, poster_show);
	
	textStyle = 'center';	
	
	setText('content', '<img src=\"'+aImg[0]+'\" id="Display" name="Display">', 'center'); 
	//setText('selectortitle', '<p>c d</p>', 'right'); 	
	setText('description', aDesc[0], 'center'); 	
	



}

function welcome_show() {
	menu_reseter(menu);

	aDesc = ['\
			 <p><strong>10.02.2006</strong><br>\
HESPERUS DIMENSION cd booklet is ready. Almost 2 weeks it took to make the final result of cover cd for HESPERUS DIMENSION „Mental Electricity”. Artworks are strenghten by Marek Skrzelowski (<a href="http://www.ld-p.com/" target="_blank">www.ld-p.com</a>) who has taken pictures in November last year. View the entire work here and if you like it and wish to have a copy of this cd go to store and make your order. Be quick, it is extremely limited material. </p>\
        <p><strong>08.02.2006</strong><br>\
          BLACKASTRIAL magazine added to store for sale. There are a few copies left so we offer you good prize. It is 50 % discount since the magazine was released in Winter of 2002. Get your copyfast. </p>\
        <p><strong>07.02.2006</strong><br>\
            PROGHMA-C asked for help with website, promo booklet and logo design for promotion items. We are very excited to cooperate with this uncanny band that is a growing titan in thesedays. The work is on the way... more news to come </p>\
        <p><strong>26.01.2006<br>\
        </strong>Check temporary official website of HESPERUS DIMENSION at <a href="http://www/talisac.com/hd" target="_blank">www.talisac.com/hd</a></p>\
<p><strong>16.01.2006</strong><br>\
Welcome back after a long time break. It is so nice to be online once again and to offer our support. We have resolved our issues and decided to rename the firm TALISAC, leaving Inner Eye Design behind. As you can see we have expanded our service and hope to fill your expectations, demands and possible co-operation. The   new website has improved navigation and resources to search for files in the portfolio section. Feel free to spread the TALISAC link world wide,  and for those with their own page download our banner here! Finally we would like to announce the opening of a web store specially designed to sell our artwork. For more details click here (link do sklepu). \
  <br>\
  <br>\
At the moment we are also developing the official web page for a very promising band called HESPERUS DIMENSION. Have a look at how some of the screenshots showing our progress.\
<br>\
<br>\
A few weeks ago we purchased a press-release for TEHACE band. View it <a href="http://www.talisac.com/thc/tehace_pressrelease.pdf">here</a>  on their site.	  </p>\
<p>&nbsp;</p>\
        <p>&nbsp;</p>\	'];

	fadeOut('content', 100,0); 
	fadeOut('selector', 100,0); 
	fadeOut('description', 100,0); 
	
	textStyle = 'center';	
	setText('content', aDesc[0], 'center');
}

function store_show() {
	menu_reseter(menu);
	menu = 13;

	aDesc = ['\
Prices:\
<br><br>\
Each print is digital and photo paper quality\
<br><br>\
$30 8 x 11 inches (approx 210 mm x 270 mm), A4\
<br><br>\
Postage and shipping included.\
<br><br>\
All artworks are limited and signed.<br>\
Only money order accepted. For datails, bank account and more information send message to<br>\
<a href="mailto:nahald_N_O_S_P_A_M_@tlen.pl">nahald_N_O_S_P_A_M_@tlen.pl</a>\
<br><br>\
        <p><strong>HESPERUS DIMENSION „Mental Electricity” 2005 </strong><br>\
          price: \
          15 $ (postage and shipping included)<br>\
          You can see preview in section &quot;<a href="#" onClick="cd_show()">visual: CD</a>&quot;. </p>\
        <p>Debut promo containg 3 songs (17 minutes) with professional cd cover. \
          Including ex-members of <strong>EMPEROR</strong> and <strong>YATTERING</strong> <br><br></p>\
        <p><strong>BLACKASTRIAL MAGAZINE nr 1 </strong> (64 pages, A4, glossy cover, B/W color, written in Polish) – last copies... <a href="#" onClick="brochure_show()">Take a look.</a></p>\
        <p>Interviews with: EMPEROR, BAARD G. EITHUN, BURZUM, CADAVER INC., METALLION &amp; SLAYER MAGAZINE, RED HARVEST, ZYKLON, THORNS, ABORYM/TORMENTOR, MISTRESS PERSEPHONE, NOSIGLALDETECTED_, THE MAN CALLED TEA, ENSLIG, TEHACE, BAD.LUCK, MESS AGE, PAINFUL JOY/PAGAN FOREST, GRZEGORZ FRELIGA, STEPHEN O&acute;MALLEY, TOMASZ KRAJEWSKI &amp; PAGAN RECORDS, DRAUTRAN, THIRST, ANGOR and more.... </p>\
		<p>price: 5 $ <strong></strong>(postage and shipping included), </p>\
        <p>cena na terenie Polski - 5 PLN (do przesylki nalezy doliczyc 1,50 PLN na oplate pocztowa) </p>\
        <p><strong>&nbsp; </strong></p>\
	'];

	fadeOut('content', 100,0); 
	//fadeOut('selector', 100,0); 
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
	}
		
	fadeOut('description', 100,0); 
	
	textStyle = 'justify';	
	setText('content', aDesc[0], 'center');

	setText('description', '', 'center'); 	


}

function faith_show() {
	menu_reseter(menu);
	menu = 14;

	aDesc = ['\
		<p>Baard G. Eithun (ex-EMPEROR) <br>\
  Norwegian drummer <br>\
  <a href="http://www.bard-faust.com" target="_blank">www.bard-faust.com</a></p>\
		<p>"Slawek approached me with the idea of making my website. I didn`t know him from before, but his contact seemed straight forward and I got a good impression of this guy. <br>\
      Still, I did not expect his work to be of such a professional status as it is. <br>\
      He equals any professional web designer. Not only is he technical correct, he also reponse immediately to updates and changes for the site that I might suggest. <br>\
      I can only recommend his work." </p>\
	  '];

	fadeOut('content', 100,0); 
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
	}
	fadeOut('description', 100,0); 
	
	textStyle = 'justify';	
	setText('content', aDesc[0], 'center');
	
	setText('description', '', 'center'); 	

}


function chains_show() {
	menu_reseter(menu);
	menu = 12;

	aDesc = ['\
<p> Please write in the subject your notice or suggestion regarding the design. <br><br>\
Slawomir Nietupski <br>\
<a href="mailto:nahaldNOSPAM@poczta.onet.pl">nahaldNOSPAM@poczta.onet.pl </a><br>\
<a href="mailto:nahaldNOSPAM@o2.pl">nahaldNOSPAM@o2.pl </a><br>\
<a href="mailto:nahaldNOSPAM@tlen.pl">nahaldNOSPAM@tlen.pl </a><br>\
cell phone: <br>\
++48 604 234 689 <br>\
<br>\
This site has been made in cooperation with Mateusz Radzimski <br>\
</p>\
'];

	fadeOut('content', 100,0); 
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
	}
	fadeOut('description', 100,0); 
	
	textStyle = 'justify';	
	setText('content', aDesc[0], 'center');

	setText('description', '', 'center'); 	
	
}

function thought_show() {
	menu_reseter(menu);
	menu = 11;

	aDesc = ['\
        <p> <strong>TALISAC</strong> (formerly Inner Eye Design) started back in 2002. From that time we evolved from humble beginning to proud service. Today we penetrate many ways of boundless creativity and order to tender our clients with a true "full-service" offering. At Talisac, we are fascinated by technology, devoted to perfection and obsessed with quality. This coupled with our dedication to professionalism and precision is our commitment to you. At Talisac, we have made it our mission to challange the ordinary. </p>\
<p>Through extraordinary precision and our exacting quality we strive to continually produce enticing experiences and lasting mpressions. By infusing unsurpassed detail and creativity into the complete pectrum of new media solutions, from complex web design, print, poster and flyer design, we are dedicated to one true principle - delivering to our clients the perfect blend of form and function.</p>\
        <p>We invite you to explore our Portfolio and to challange us with your next project. And so it begins...</p>\
	  '];

	fadeOut('content', 100,0); 
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
	}
	fadeOut('description', 100,0); 
	
	textStyle = 'justify';	
	setText('content', aDesc[0], 'center');
	
	setText('description', '', 'center'); 	

}

function flashback_show() {
	menu_reseter(menu);
	menu = 10;
	
	aDesc = ['\
		  <p> <strong>19.03.2006</strong><br>\
Proudly we would like to tell that the site is launched. We are very sorry it took so long, but there was a lot to do with coding and other stuff. Once again we apologize all of you who have been waited so long. We hope that surfing its interior makes you satisfied. Enjoy and spread the message about Talisac.		 </p>\
			 <p> <strong>10.03.2006 </strong><br>\
With the success of HESPERUS DIMENSION, another adv comes along. \
Really stylish and ellegant quazi-movie poster offers self released MCD "Mental Electricity". \
Besides there are a few copies left, so order if interested. </p>\
			 <p><strong>23.02.2006 </strong><br>\
		       Student Club ORBITAL ordered a poster offering metal party. View it in <a href="#" onClick="poster_show();">Poster section</a>. </p>\
			 <p><strong>10.02.2006</strong><br>\
HESPERUS DIMENSION cd booklet is ready. Almost 2 weeks it took to make the final result of cover cd for HESPERUS DIMENSION „Mental Electricity”. Artworks are strenghten by Marek Skrzelowski (<a href="http://www.ld-p.com/" target="_blank">www.ld-p.com</a>) who has taken pictures in November last year. View the entire work here and if you like it and wish to have a copy of this cd go to store and make your order. Be quick, it is extremely limited material. </p>\
        <p><strong>08.02.2006</strong><br>\
          BLACKASTRIAL magazine added to store for sale. There are a few copies left so we offer you good prize. It is 50 % discount since the magazine was released in Winter of 2002. Get your copyfast. </p>\
        <p><strong>07.02.2006</strong><br>\
            PROGHMA-C asked for help with website, promo booklet and logo design for promotion items. We are very excited to cooperate with this uncanny band that is a growing titan in thesedays. The work is on the way... more news to come </p>\
        <p><strong>26.01.2006<br>\
        </strong>Check temporary official website of HESPERUS DIMENSION at <a href="http://www/talisac.com/hd" target="_blank">www.talisac.com/hd</a></p>\
<p><strong>16.01.2006</strong><br>\
Welcome back after a long time break. It is so nice to be online once again and to offer our support. We have resolved our issues and decided to rename the firm TALISAC, leaving Inner Eye Design behind. As you can see we have expanded our service and hope to fill your expectations, demands and possible co-operation. The   new website has improved navigation and resources to search for files in the portfolio section. Feel free to spread the TALISAC link world wide,  and for those with their own page download our banner here! Finally we would like to announce the opening of a web store specially designed to sell our artwork. For more details <a href="#" onClick="store_show();">click here</a>. \
  <br>\
  <br>\
At the moment we are also developing the official web page for a very promising band called HESPERUS DIMENSION. Have a look at how some of the screenshots showing our progress.\
<br>\
<br>\
A few weeks ago we purchased a press-release for TEHACE band. View it <a href="http://www.talisac.com/thc/tehace_pressrelease.pdf">here</a>  on their site.	  </p>\
		'];

	fadeOut('content', 100,0); 
	for (i=1; i<=16; i++) {
   		obj =	document.getElementById('sel'+i);
		obj.style.visibility = 'hidden';
	}
	fadeOut('description', 100,0); 
	
	textStyle = 'justify';	
	setText('content', aDesc[0], 'center');
	
	setText('description', '', 'center'); 	


}

function loadLayer(objId, url) {
  obj = document.getElementById(objId);
  document.layers[objId].load('illustration.htm',191);
}

function visibility(objId, attrib, delay) {
  if (delay>0) {
      window.setTimeout("visibility('"+objId+"','"+attrib+"',0)", delay);	  
  }
  else {
	obj = document.getElementById(objId);
  	obj.style.visibility = 'visible';
  }
}
 



function initImage() {
  imageId = 'menu0a';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,0);

  imageId = 'Image1';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,0);

  imageId = 'Image2';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,100);

  imageId = 'Image3';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,200);

  imageId = 'Image4';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,300);

  imageId = 'Image5';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,400);

  imageId = 'Image6';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,500);

  imageId = 'Image7';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,600);

  imageId = 'Image8';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,700);

  imageId = 'Image9';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,800);

  imageId = 'menu0b';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,900);

  imageId = 'Image10';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1000);

  imageId = 'Image11';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1100);

  imageId = 'Image12';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1200);

  imageId = 'Image13';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1300);

  imageId = 'Image14';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1400);

  imageId = 'content';
  image = document.getElementById(imageId);
  setOpacity(image, 0);
  image.style.visibility = 'visible';
  fadeIn(imageId,0,1600);
}




function setOpacity(obj, opacity) {
  opacity = (opacity == 100)?99.999:opacity;
  
  // IE/Win
  obj.style.filter = "alpha(opacity:"+opacity+")";
  
  // Safari<1.2, Konqueror
  obj.style.KHTMLOpacity = opacity/100;
  
  // Older Mozilla and Firefox
  obj.style.MozOpacity = opacity/100;
  
  // Safari 1.2, newer Firefox and Mozilla, CSS3
  obj.style.opacity = opacity/100;
}

/*
// pierwotna wersja funkcji
function fadeIn(objId,opacity) {
  if (document.getElementById) {
    obj = document.getElementById(objId);
    if (opacity < 100) {
      setOpacity(obj, opacity);
      opacity += 10;
	
	  window.setTimeout("fadeIn('"+objId+"',"+opacity+")", 100);
    }
  }
}
*/

function fadeIn(objId,opacity,delay) {
  if (document.getElementById) {
    obj = document.getElementById(objId);
    if (delay>0) {
//	    delay-=100;
      window.setTimeout("fadeIn('"+objId+"',"+opacity+",0)", delay);
    }
    else
    {
     if (opacity <= 100) {
       obj = document.getElementById(objId);
	   obj.style.visibility = 'visible';		 
       setOpacity(obj, opacity);
       opacity += 10;
       window.setTimeout("fadeIn('"+objId+"',"+opacity+",0)", 100);
	   //alert('fading in');
     }
	 else {
		 lock[objId]='false';
		 //alert('unlock '+objId);
	 }
    }
  }
}

/* wolniejszy fade in */
function fadeIn2(objId,opacity,delay) {
  if (document.getElementById) {
    obj = document.getElementById(objId);
    if (delay>0) {
//	    delay-=100;
      window.setTimeout("fadeIn('"+objId+"',"+opacity+",0)", delay);
    }
    else
    {
	 if (opacity <= 100) {
       setOpacity(obj, opacity);
       opacity += 4;
       window.setTimeout("fadeIn('"+objId+"',"+opacity+",0)", 100);
     }
    }
  }
}

var lock = new Object();
lock.content='false';

function fadeOut(objId,opacity,allow) {
	//alert(objId+': wartosc: '+lock[objId]+' allow:'+allow);
 if ((lock[objId]!='true')||(allow==1)) {
  if (document.getElementById) {
	  lock[objId]='true';
    obj = document.getElementById(objId);
    if (opacity > 0) {
      setOpacity(obj, opacity);
      opacity -= 10;
      window.setTimeout("fadeOut('"+objId+"',"+opacity+",1)", 100);
    }
	else {
	  obj.style.visibility = 'hidden';
	}
  }
 }
 else {
	 //alert(objId+' locked!');
	 window.setTimeout("fadeOut('"+objId+"',"+opacity+",0)", 300);
 }
 
}

function setText(objId, text, style) {
  obj =	document.getElementById(objId);
  if (obj.style.visibility == 'visible') {
	  window.setTimeout("setText('"+objId+"','"+ text+"','"+style +"')", 100);
	  
  }
  else {
/*    if (document.getElementById) {
      obj = document.getElementById(objId);
      if (opacity <= 100) {
        setOpacity(obj, opacity);
        opacity += 10;
        window.setTimeout("fadeOut('"+objId+"',"+opacity+")", 100);
      }
    }
*/


	fadeIn(objId, 0, 50);
	
	MM_setTextOfLayer(objId, '', text);
	//if (style==null) {
	if (objId=='content') {
		obj = document.getElementById('content');
    	obj.style.textAlign = textStyle;  
	}
	//} else {
		//obj = document.getElementById('content');
    	//obj.style.textAlign = style;  
	//}
	
	//obj =	document.getElementById(objId);
	//obj.style.visibility = 'visible';
	}
}



function show(objId) {
  obj =	document.getElementById(objId);
  if (obj.style.visibility == 'visible') {
	  window.setTimeout("show('"+objId+"')", 100);
	  
  }
  else {
    obj.style.visibility = 'visible';
	fadeIn(objId, 0, 0);
  }
}
	
function swapImg(container, img1, img2) {
  obj =	document.getElementById(container);
  if (obj.style.visibility == 'visible') {
	  //alert('visible image to swap!');
	  window.setTimeout("swapImg('"+container+"','"+img1+"','"+img2+"')", 100);
	  
  }
  else {
	MM_swapImage(img1, '', img2, '1');
	fadeIn(container, 0, 50);
	//obj =	document.getElementById(container);
	//obj.style.visibility = 'visible';
	//  alert('swap!');	  

  }
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_setTextOfLayer(objName,x,newText) { //v4.01
  if ((obj=MM_findObj(objName))!=null) with (obj)
    if (document.layers) {document.write(unescape(newText)); document.close();}
    else innerHTML = unescape(newText);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i]; }}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
/*
function MM_swapImage_perm() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
*/