Current Directory:
\\10.5.0.10\iis\Sites\goprint2.com\www\
Contents:
Directories:
App_Code
App_Data
App_GlobalResources
App_LocalResources
App_WebReferences
articles
aspnet_client
Bin
common
designer
dillners
images
img
includes
kwikkopy
order_centre
printthree
RadControls
update
WebServices
Files:
about_us.aspx | Download
about_us.aspx.vb | Download
contact_us.aspx | Download
contact_us.aspx.vb | Download
create_user.aspx | Download
create_user.aspx.vb | Download
Default.aspx | Download
Default.aspx.vb | Download
discount.aspx | Download
discount.aspx.vb | Download
domain_activation.aspx | Download
domain_activation.aspx.vb | Download
downloadPD.aspx | Download
downloadPD.aspx.vb | Download
download_error.aspx | Download
download_error.aspx.vb | Download
email_policy.aspx | Download
email_policy.aspx.vb | Download
error_page.aspx | Download
error_page.aspx.vb | Download
faq.aspx | Download
faq.aspx.vb | Download
favicon.ico | Download
FileNotFound.htm | Download
generate_print_driver_step1.aspx | Download
generate_print_driver_step1.aspx.vb | Download
generate_print_driver_step2.aspx | Download
generate_print_driver_step2.aspx.vb | Download
generate_print_driver_step3.aspx | Download
generate_print_driver_step3.aspx.vb | Download
Global.asax | Download
header.fla | Download
header.swf | Download
home.aspx | Download
home.aspx.vb | Download
jsincluding.js | Download
login.aspx | Download
login.aspx.vb | Download
marcelito.txt | Download
packages.aspx | Download
packages.aspx.vb | Download
password_recovery.aspx | Download
password_recovery.aspx.vb | Download
PrintIt.master | Download
PrintIt.master.vb | Download
PrintIt.sitemap | Download
PrintItEs.sitemap | Download
PrintItFr.sitemap | Download
PrintIt_CreateUser.master | Download
PrintIt_CreateUser.master.vb | Download
PrintIt_OutSide.master | Download
PrintIt_OutSide.master.vb | Download
privacy_policy.aspx | Download
privacy_policy.aspx.vb | Download
proba.aspx | Download
proba.aspx.vb | Download
robots.txt | Download
sample.txt | Download
show_sess_par.aspx | Download
show_sess_par.aspx.vb | Download
site_map.aspx | Download
site_map.aspx.vb | Download
site_map.xml | Download
sRacadUploader.jar | Download
sRacadUploader_last.jar | Download
terms_and_conditions.aspx | Download
terms_and_conditions.aspx.vb | Download
terms_of_service.aspx | Download
terms_of_service.aspx.vb | Download
test.txt | Download
testimonials.aspx | Download
testimonials.aspx.vb | Download
TextDraw.html | Download
udraw-designer-widescreen-ui.zip | Download
web.config | Download
websites-for-printers.aspx | Download
websites-for-printers.aspx.vb | Download
File Preview:
/*
Simple Image Trail script- By JavaScriptKit.com
Visit http://www.javascriptkit.com for this script and more
This notice must stay intact
*/
var itemWidth = 250;
var offsetfrommouse=[15,15]; //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0; //duration in seconds image should remain visible. 0 for always.
var currentimageheight = 270; // maximum image size.
//if (document.getElementById || document.all){
// document.write('<div id="trailimageid">');
// document.write('</div>');
//}
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function gettrailobjnostyle(){
if (document.getElementById)
return document.getElementById("trailimageid")
else if (document.all)
return document.all.trailimagid
}
function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function showtrail(imagename,title,description,showthumb,height, newItemWidth, widthDiv){
if (newItemWidth != false) {
itemWidth = newItemWidth;
}
if (height > 0){
currentimageheight = height;
}
document.onmousemove=followmouse;
cameraHTML = '';
newHTML = '<div style="padding: 5px 5px 5px 5px; border: 1px solid #71950d; background-color: #ffffff; width: ' + widthDiv + 'px;">';
newHTML = newHTML + '<span>' + title + '</span><div class="borderbot"></div>';
if (showthumb > 0){
// if (decription == "") {
// newHTML = newHTML + '<div align="center"><img src="' + imagename + '" border="0"></div>';
// } else {
newHTML = newHTML + '<div align="center"><img src="' + imagename + '" border="0" ><br/>' + description + '</div>';
// }
}
newHTML = newHTML + '</div>';
gettrailobjnostyle().innerHTML = newHTML;
gettrailobj().visibility="visible";
}
function showtrailAlt(image1, image2, image3, image4, image5, image6, image7, title, description, showthumb, height, newItemWidth, widthDiv){
if (newItemWidth != false) {
itemWidth = newItemWidth;
}
if (height > 0){
currentimageheight = height;
}
document.onmousemove=followmouse;
cameraHTML = '';
newHTML = '<div style="padding: 2px 2px 2px 2px; border: 1px solid #71950d; background-color: #ffffff; width: ' + widthDiv + 'px;">';
newHTML = newHTML + '<span>' + title + '</span><div class="borderbot"></div>';
if (showthumb > 0){
newHTML = newHTML + '<div align="center"><table border="0" cellpadding="3" cellspacing="0">';
newHTML = newHTML + '<tr><td>Default(Blue)</td><td>Brown</td><td>LightBlue</td></tr>';
newHTML = newHTML + '<tr><td><img src="' + image1 + '" border="0"></td><td><img src="' + image2 + '" border="0"></td><td><img src="' + image3 + '" border="0"></td></tr>';
newHTML = newHTML + '<tr><td>Green</td><td>Red</td><td>Yellow</td></tr>';
newHTML = newHTML + '<tr><td><img src="' + image4 + '" border="0"></td><td><img src="' + image5 + '" border="0"></td><td><img src="' + image6 + '" border="0"></td></tr>';
newHTML = newHTML + '<tr><td>Orange</td><td></td><td></td></tr>';
newHTML = newHTML + '<tr><td><img src="' + image7 + '" border="0"></td><td></td><td></td></tr>';
newHTML = newHTML + '</table></div>';
}
newHTML = newHTML + '</div>';
gettrailobjnostyle().innerHTML = newHTML;
gettrailobj().visibility="visible";
}
function showtrailInCenter(imagename,title,description,showthumb,height, newItemWidth, widthDiv){
if (newItemWidth != false) {
itemWidth = newItemWidth;
}
if (height > 0){
currentimageheight = height;
}
document.onmousemove=popupInCenter;
cameraHTML = '';
newHTML = '<div style="padding: 2px 2px 2px 2px; border: 1px solid #71950d; background-color: #ffffff; width: ' + widthDiv + 'px;">';
newHTML = newHTML + '<span>' + title + '</span><div class="borderbot"></div>';
if (showthumb > 0){
// if (decription == "") {
// newHTML = newHTML + '<div align="center"><img src="' + imagename + '" border="0"></div>';
// } else {
newHTML = newHTML + '<div align="center"><img src="' + imagename + '" border="0"><br/>' + description + '</div>';
// }
}
newHTML = newHTML + '</div>';
gettrailobjnostyle().innerHTML = newHTML;
gettrailobj().visibility="visible";
}
function showhtml(newHtml,height) {
document.onmousemove=followmouse;
newHtml = '<div style="border: 1px solid #000000;background-color:#FFFFFF;padding:5px" align="left">' + newHtml + '<div>';
gettrailobjnostyle().innerHTML = newHtml;
gettrailobj().visibility="visible";
}
function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""
gettrailobj().left="-500px"
}
function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.min(truebody().scrollHeight, truebody().clientHeight) : Math.min(document.body.offsetHeight, window.innerHeight)
if (typeof e != "undefined"){
if (docwidth - e.pageX < itemWidth + 50){
if (noPicture == "yes") {
xcoord = e.pageX - xcoord - itemWidth; // Move to the left side of the cursor
} else {
xcoord = e.pageX - xcoord - itemWidth; // Move to the left side of the cursor
}
} else {
xcoord += e.pageX;
}
if ((docheight - e.pageY) < (currentimageheight + 110)){
ycoord += e.pageY - Math.max(0,(110 + currentimageheight + e.pageY - docheight - truebody().scrollTop));
} else {
ycoord += e.pageY;
}
} else if (typeof window.event != "undefined"){
if (docwidth - event.clientX < itemWidth + 50){
if (noPicture == "yes") {
xcoord = event.clientX + truebody().scrollLeft - xcoord - itemWidth; // Move to the left side of the cursor
} else {
xcoord = event.clientX + truebody().scrollLeft - xcoord - itemWidth; // Move to the left side of the cursor
}
} else {
xcoord += truebody().scrollLeft+event.clientX
}
if (docheight - event.clientY < (currentimageheight + 110)){
ycoord += event.clientY + truebody().scrollTop - Math.max(0,(110 + currentimageheight + event.clientY - docheight));
} else {
ycoord += truebody().scrollTop + event.clientY;
}
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
function popupInCenter(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.min(truebody().scrollHeight, truebody().clientHeight) : Math.min(document.body.offsetHeight, window.innerHeight)
if (typeof e != "undefined"){
if (docwidth - e.pageX < itemWidth + 50){
if (noPicture == "yes") {
xcoord = e.pageX - xcoord - itemWidth; // Move to the left side of the cursor
} else {
xcoord = e.pageX - xcoord - itemWidth; // Move to the left side of the cursor
}
} else {
xcoord += e.pageX;
}
if ((docheight - e.pageY) < (currentimageheight + 110)){
ycoord += e.pageY - Math.max(0,(110 + currentimageheight + e.pageY - docheight - truebody().scrollTop));
} else {
ycoord += e.pageY;
}
} else if (typeof window.event != "undefined"){
if (docwidth - event.clientX < itemWidth + 50){
if (noPicture == "yes") {
xcoord = event.clientX + truebody().scrollLeft - xcoord - itemWidth; // Move to the left side of the cursor
} else {
xcoord = event.clientX + truebody().scrollLeft - xcoord - itemWidth; // Move to the left side of the cursor
}
} else {
xcoord += truebody().scrollLeft+event.clientX
}
if (docheight - event.clientY < (currentimageheight + 110)){
ycoord += event.clientY + truebody().scrollTop - Math.max(0,(110 + currentimageheight + event.clientY - docheight));
} else {
ycoord += truebody().scrollTop + event.clientY;
}
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
gettrailobj().left=xcoord+"px"
gettrailobj().top="80px"
}